From eb34b8365dac790235f8ff253571f1761f605163 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Mon, 8 Sep 2008 05:00:22 +0000 Subject: Accommodate earlier change in the order of arguments on a Windows compilation command line. --- test/ToolSurrogate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ToolSurrogate.py b/test/ToolSurrogate.py index 527e3d3..5db156e 100644 --- a/test/ToolSurrogate.py +++ b/test/ToolSurrogate.py @@ -94,7 +94,7 @@ cc -o foo.exe foo.obj test.write('foo.c', "foo.c win32\n") test.run(arguments = '. platform=win32', stdout = test.wrap_stdout("""\ -cl /nologo /c foo.c /Fofoo.obj +cl /Fofoo.obj /c foo.c /nologo link /nologo /OUT:foo.exe foo.obj """)) -- cgit v0.12