From a7db6eb20c568892efc75fb0613aa0e0f3828624 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Wed, 26 Sep 2018 17:22:49 -0700 Subject: Fix applelink test to work on win32 --- test/LINK/applelink.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/LINK/applelink.py b/test/LINK/applelink.py index b13b36f..3419fc1 100644 --- a/test/LINK/applelink.py +++ b/test/LINK/applelink.py @@ -50,7 +50,6 @@ main(int argc, char *argv[]) test.write('SConstruct', """ DefaultEnvironment(tools=[]) env = Environment(PLATFORM='darwin') - env.Object( target = '#foo.o', source = ['foo.c'], @@ -59,7 +58,7 @@ env.Object( ) """ % locals()) -test.run(arguments='-Q', stdout='gcc -o foo.o -c -Fframeworks foo.c\n') +test.run(arguments='-Q -n', stdout='gcc -o foo.o -c -Fframeworks foo.c\n') test.pass_test() -- cgit v0.12