diff options
| -rw-r--r-- | modules/core/c++/test/suite.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/c++/test/suite.hpp b/modules/core/c++/test/suite.hpp index 52ef71d..7be7e87 100644 --- a/modules/core/c++/test/suite.hpp +++ b/modules/core/c++/test/suite.hpp @@ -38,7 +38,7 @@ public: void SAW_UNIQUE_NAME(test_case)::run() #define SAW_EXPECT(expr, msg_split) \ - if( ! (expr) ){ \ + if( not (expr) ){ \ auto msg = msg_split; \ throw std::runtime_error{std::string{msg}};\ } |
