diff options
-rwxr-xr-x | src/systemc/tests/verify.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py index c8167d6c7..822065cb9 100755 --- a/src/systemc/tests/verify.py +++ b/src/systemc/tests/verify.py @@ -192,7 +192,8 @@ class LogChecker(Checker): ref_filt = merge_filts( r'^\nInfo: /OSCI/SystemC: Simulation stopped by user.\n', - r'^SystemC Simulation\n' + r'^SystemC Simulation\n', + r'^\nWarning: .*\nIn file: .*\n' ) test_filt = merge_filts( r'^Global frequency set at \d* ticks per second\n' |