diff options
Diffstat (limited to 'test/errors.py')
-rw-r--r-- | test/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errors.py b/test/errors.py index a4b05cc..54e26b9 100644 --- a/test/errors.py +++ b/test/errors.py @@ -49,7 +49,7 @@ expect = r"""Traceback \((most recent call|innermost) last\): File "%s", line \d+, in \? main\(\) File "%s", line \d+, in main - exec f + exec f in globals\(\) File "SConstruct3", line \d+, in \? raise InternalError, 'error inside' InternalError: error inside |