diff options
Diffstat (limited to 'test/LINK/applelink.py')
-rw-r--r-- | test/LINK/applelink.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/LINK/applelink.py b/test/LINK/applelink.py index c631e32..d43e332 100644 --- a/test/LINK/applelink.py +++ b/test/LINK/applelink.py @@ -34,8 +34,6 @@ _exe = TestSCons._exe test = TestSCons.TestSCons() -# test.verbose_set(1) - # Test issue # 2580 test.dir_fixture('applelink_image') test.run(arguments='-f SConstruct_gh2580 -Q -n', stdout='gcc -o foo.o -c -Fframeworks foo.c\n') |