diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/systemc/tests/verify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py index 24a27afe1..19cca0560 100755 --- a/src/systemc/tests/verify.py +++ b/src/systemc/tests/verify.py @@ -192,7 +192,7 @@ class Checker(object): return test_f.read() == ref_f.read() def tagged_filt(tag, num): - return (r'^\n{}: \({}{}\) .*\n(In file: .*\n)?' + return (r'\n{}: \({}{}\) .*\n(In file: .*\n)?' r'(In process: [\w.]* @ .*\n)?').format(tag, tag[0], num) def error_filt(num): |