diff options
-rwxr-xr-x | src/systemc/tests/verify.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py index 4c307737e..9c98d47ad 100755 --- a/src/systemc/tests/verify.py +++ b/src/systemc/tests/verify.py @@ -205,6 +205,8 @@ class LogChecker(Checker): r'^SystemC Simulation\n', r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: ' + r'You can turn off(.*\n){7}', + r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: \n' + + r' sc_clock\(const char(.*\n){3}', warning_filt(540), warning_filt(569), warning_filt(571), |