diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2011-03-03 02:58:49 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2011-03-03 02:58:49 (GMT) |
commit | 8e57d53b7feaa432d604a1bb18f464e048c84cef (patch) | |
tree | 72cc25ac584021c4878070ac1d99d739f305f246 /test | |
parent | ffc637041019f2689920d827c6930371e18a85d3 (diff) | |
download | SCons-8e57d53b7feaa432d604a1bb18f464e048c84cef.zip SCons-8e57d53b7feaa432d604a1bb18f464e048c84cef.tar.gz SCons-8e57d53b7feaa432d604a1bb18f464e048c84cef.tar.bz2 |
Fix test rot from prev commit (minor)
Diffstat (limited to 'test')
-rw-r--r-- | test/ToolSurrogate.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |