summaryrefslogtreecommitdiffstats
path: root/test/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/errors.py')
-rw-r--r--test/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errors.py b/test/errors.py
index 04eac9e..a4b05cc 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
- execfile\(file\)
+ exec f
File "SConstruct3", line \d+, in \?
raise InternalError, 'error inside'
InternalError: error inside