diff options
| author | Stefan Boberg <[email protected]> | 2021-10-23 19:00:54 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-23 19:00:54 +0200 |
| commit | 62534b176b04cd7d6b12ac993726e2986b719dbb (patch) | |
| tree | 63db6f5ebd235ce84f94d2d54912d03fd32af10e /zenserver-test/zenserver-test.cpp | |
| parent | cas: fixed some warnings (diff) | |
| download | zen-62534b176b04cd7d6b12ac993726e2986b719dbb.tar.xz zen-62534b176b04cd7d6b12ac993726e2986b719dbb.zip | |
clang-format
Diffstat (limited to 'zenserver-test/zenserver-test.cpp')
| -rw-r--r-- | zenserver-test/zenserver-test.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zenserver-test/zenserver-test.cpp b/zenserver-test/zenserver-test.cpp index 41dfe8563..1b731ed26 100644 --- a/zenserver-test/zenserver-test.cpp +++ b/zenserver-test/zenserver-test.cpp @@ -1882,7 +1882,7 @@ TEST_CASE("zcache.policy") } } -#if ZEN_USE_EXEC +# if ZEN_USE_EXEC struct RemoteExecutionRequest { @@ -2055,7 +2055,7 @@ TEST_CASE("exec.basic") TEST_CASE("mesh.basic") { // --mesh option only available with ZEN_ENABLE_MESH -# if ZEN_ENABLE_MESH +# if ZEN_ENABLE_MESH using namespace std::literals; const int kInstanceCount = 4; @@ -2080,10 +2080,10 @@ TEST_CASE("mesh.basic") Instance->WaitUntilReady(); } -# endif +# endif } -#endif +# endif class ZenServerTestHelper { |