mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Clang format again but now with v13.0.1
This commit is contained in:
parent
a105ea9d80
commit
73e749a162
12 changed files with 215 additions and 209 deletions
|
@ -111,7 +111,7 @@ static std::string prefix_basename_with(const std::string& path, const std::stri
|
|||
TEST_CASE("writers.ascii prefix_basename_with")
|
||||
{
|
||||
#ifdef _MSC_VER
|
||||
// TODO: adapt this test to Windows paths
|
||||
// TODO: adapt this test to Windows paths
|
||||
#else
|
||||
CHECK(prefix_basename_with("a/conn.log", ".shadow.") == "a/.shadow.conn.log");
|
||||
CHECK(prefix_basename_with("/a/conn.log", ".shadow.") == "/a/.shadow.conn.log");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue