diff options
Diffstat (limited to 'tests/test-progs/insttest/src/riscv/insttest.h')
-rw-r--r-- | tests/test-progs/insttest/src/riscv/insttest.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-progs/insttest/src/riscv/insttest.h b/tests/test-progs/insttest/src/riscv/insttest.h index 59b69869c..be1b86e23 100644 --- a/tests/test-progs/insttest/src/riscv/insttest.h +++ b/tests/test-progs/insttest/src/riscv/insttest.h @@ -72,7 +72,6 @@ expect(const T& expected, std::function<T()> func, } else { cout << "\033[1;31mFAIL\033[0m (expected " << expected << "; found " << result << ")" << endl; - exit(1); } } |