diff options
Diffstat (limited to '029tools.cc')
-rw-r--r-- | 029tools.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/029tools.cc b/029tools.cc index 8285969e..02d1f555 100644 --- a/029tools.cc +++ b/029tools.cc @@ -111,7 +111,7 @@ case _CLEAR_TRACE: { :(scenario assert) % Hide_warnings = true; // '%' lines insert arbitrary C code into tests before calling 'run' with the lines below. Must be immediately after :(scenario) line. recipe main [ - assert 0:literal, [this is an assert in mu] + assert 0, [this is an assert in mu] ] +warn: this is an assert in mu |