From 39199ef7146837361c0a340459bf6125f3a0a8b3 Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Wed, 5 Sep 2012 14:22:29 +0100 Subject: The test needs two parameters to compare against the problem. --- test/D/HelloWorld/CompileThenLinkTwoSteps/common.py | 2 +- test/D/MixedDAndC/Image/SConstruct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/D/HelloWorld/CompileThenLinkTwoSteps/common.py b/test/D/HelloWorld/CompileThenLinkTwoSteps/common.py index 0af32ba..70262e0 100644 --- a/test/D/HelloWorld/CompileThenLinkTwoSteps/common.py +++ b/test/D/HelloWorld/CompileThenLinkTwoSteps/common.py @@ -32,7 +32,7 @@ import TestSCons from os.path import isfile def testForTool(tool): - + test = TestSCons.TestSCons() toolPath = '../../../{}.py'.format(tool) diff --git a/test/D/MixedDAndC/Image/SConstruct b/test/D/MixedDAndC/Image/SConstruct index d6dd73d..f83a11d 100644 --- a/test/D/MixedDAndC/Image/SConstruct +++ b/test/D/MixedDAndC/Image/SConstruct @@ -1,5 +1,5 @@ env = Environment( - DFLAGS=['-O'], + DFLAGS=['-m64', '-O'], ) env.Program('proj', [ -- cgit v0.12