summaryrefslogtreecommitdiff
path: root/src/systemc/tests/verify.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/tests/verify.py')
-rwxr-xr-xsrc/systemc/tests/verify.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py
index 26183b5bb..6667b13a1 100755
--- a/src/systemc/tests/verify.py
+++ b/src/systemc/tests/verify.py
@@ -197,8 +197,9 @@ class LogChecker(Checker):
ref_filt = merge_filts(
r'^\nInfo: /OSCI/SystemC: Simulation stopped by user.\n',
r'^SystemC Simulation\n',
- warning_filt(571),
warning_filt(540),
+ warning_filt(569),
+ warning_filt(571),
r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: ' +
r'You can turn off(.*\n){7}'
)