summaryrefslogtreecommitdiffstats
path: root/test/ToolSurrogate.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ToolSurrogate.py')
-rw-r--r--test/ToolSurrogate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ToolSurrogate.py b/test/ToolSurrogate.py
index dc190dd..fa13b57 100644
--- a/test/ToolSurrogate.py
+++ b/test/ToolSurrogate.py
@@ -88,7 +88,7 @@ test.write('foo.c', "foo.c posix\n")
test.run(arguments = '. platform=posix', stdout = test.wrap_stdout("""\
cc -c -o foo.obj foo.c
-c++ -o foo.exe foo.obj
+cc -o foo.exe foo.obj
"""))
test.write('foo.c', "foo.c win32\n")