diff options
Diffstat (limited to 'test/multi.py')
-rw-r--r-- | test/multi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/multi.py b/test/multi.py index f5201d9..79d463e 100644 --- a/test/multi.py +++ b/test/multi.py @@ -83,7 +83,7 @@ env.B(target = 'foo.out', source = 'bar.in', foo=2) test.run(arguments='foo.out', status=2, stderr=""" -SCons error: Two different sets of build arguments were specified for the same target: foo.out +SCons error: Two different sets of overrides were specified for the same target: foo.out File "SConstruct", line 10, in ? """) |