diff options
Diffstat (limited to 'src/test/resources/top.cpp')
| -rw-r--r-- | src/test/resources/top.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/resources/top.cpp b/src/test/resources/top.cpp index f7671052..8fef5e00 100644 --- a/src/test/resources/top.cpp +++ b/src/test/resources/top.cpp @@ -57,9 +57,8 @@ int main(int argc, char** argv) { } if (main_time >= timeout) { - cout << "Simulation terminated by timeout at time " << main_time << + cout << "Assertion failed! Simulation terminated by timeout at time " << main_time << " (cycle " << main_time / 10 << ")"<< endl; - return -1; } else { cout << "Simulation completed at time " << main_time << " (cycle " << main_time / 10 << ")"<< endl; |
