diff options
Diffstat (limited to 'test/ToolSurrogate.py')
-rw-r--r-- | test/ToolSurrogate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ToolSurrogate.py b/test/ToolSurrogate.py index fa13b57..527e3d3 100644 --- a/test/ToolSurrogate.py +++ b/test/ToolSurrogate.py @@ -87,7 +87,7 @@ env.Program('foo.c') test.write('foo.c', "foo.c posix\n") test.run(arguments = '. platform=posix', stdout = test.wrap_stdout("""\ -cc -c -o foo.obj foo.c +cc -o foo.obj -c foo.c cc -o foo.exe foo.obj """)) |