From 8e57d53b7feaa432d604a1bb18f464e048c84cef Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Thu, 3 Mar 2011 02:58:49 +0000 Subject: Fix test rot from prev commit (minor) --- test/ToolSurrogate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ToolSurrogate.py b/test/ToolSurrogate.py index c62128f..0d3c6e7 100644 --- a/test/ToolSurrogate.py +++ b/test/ToolSurrogate.py @@ -99,6 +99,7 @@ test.write('foo.c', "foo.c win32\n") test.run(arguments = '. platform=win32', stdout = test.wrap_stdout("""\ cl /Fofoo.obj /c foo.c /nologo link /nologo /OUT:foo.exe foo.obj +embedManifestExeCheck(target, source, env) """)) test.pass_test() -- cgit v0.12