summaryrefslogtreecommitdiff
path: root/examples/alternative_macros/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/alternative_macros/main.cpp')
-rw-r--r--examples/alternative_macros/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/alternative_macros/main.cpp b/examples/alternative_macros/main.cpp
index 9017111..edc5a73 100644
--- a/examples/alternative_macros/main.cpp
+++ b/examples/alternative_macros/main.cpp
@@ -14,6 +14,5 @@ my_testcase("custom macros") {
my_require(5 > 3);
}
-
// CHECK(1 == 1); <== ERROR - the default short macros are disabled from the proxy header
}