summaryrefslogtreecommitdiff
path: root/modules/core/c++
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/c++')
-rw-r--r--modules/core/c++/test/suite.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/c++/test/suite.hpp b/modules/core/c++/test/suite.hpp
index 7be7e87..f1d0662 100644
--- a/modules/core/c++/test/suite.hpp
+++ b/modules/core/c++/test/suite.hpp
@@ -43,7 +43,7 @@ public:
throw std::runtime_error{std::string{msg}};\
}
-#define SAW_EOV_EXPECT(eov_expr, msg_split) \
+#define SAW_EXPECT_EOV(eov_expr, msg_split) \
if( (eov_expr.is_error()) ){ \
auto& err = eov_expr.get_error(); \
std::stringstream sstr; \