diff options
Diffstat (limited to 'test/Scanner/exception.py')
-rw-r--r-- | test/Scanner/exception.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Scanner/exception.py b/test/Scanner/exception.py index d8204db..5d10fd7 100644 --- a/test/Scanner/exception.py +++ b/test/Scanner/exception.py @@ -109,7 +109,7 @@ test.write('zzz', "zzz 1\n") test.run(arguments = '.', status = 2, stderr = """\ -scons: *** kfile_scan error: yyy 1 +scons: *** [foo] Exception : kfile_scan error: yyy 1 """) test.pass_test() |