diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-24 15:27:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-24 15:35:57 +0100 |
commit | 30a45cf0f66c1d8a159a6dbc31f1c1c000ce498d (patch) | |
tree | ad8d2443573a1ca9570e058c50375efd4897f48e /test | |
parent | 0c87df0b5fd50077a221a59e1904835b7243eb2a (diff) |
test/critter: fix typo
Diffstat (limited to 'test')
-rw-r--r-- | test/critter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/critter.cpp b/test/critter.cpp index 7c64b510..9a593c53 100644 --- a/test/critter.cpp +++ b/test/critter.cpp @@ -137,7 +137,6 @@ bool run(world& w, const function_view<Ns() const>& make_dt, return false; else { - fm_assert(false); fm_EMIT_DEBUG("", "assertion failed: false in %s:%d", file, line); fm_EMIT_ABORT(); } |