summaryrefslogtreecommitdiff
path: root/test/D
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2015-02-21 16:55:29 +0000
committerRussel Winder <russel@winder.org.uk>2015-02-21 16:55:29 +0000
commit30f887502e52b99c1434da3064fbdc8c412c3b28 (patch)
treea4e9d69e11dab422cb60a09b32d5312e59760c66 /test/D
parent16fc021995f97fb28d0e91d441a7071abb814610 (diff)
parent9fb7cd405dbe3f086c0c9095e65ee67ae150c41b (diff)
downloadscons-30f887502e52b99c1434da3064fbdc8c412c3b28.tar.gz
Commit reconciled merge.
Diffstat (limited to 'test/D')
-rw-r--r--test/D/MixedDAndC/Common/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/D/MixedDAndC/Common/common.py b/test/D/MixedDAndC/Common/common.py
index 176bdc18..6c570f19 100644
--- a/test/D/MixedDAndC/Common/common.py
+++ b/test/D/MixedDAndC/Common/common.py
@@ -49,7 +49,7 @@ def testForTool(tool):
test.run()
if architecture()[0] == '32bit':
- test.fail_test('64-bit mode not compiled in' not in test.stdout())
+ test.fail_test('64-bit mode not compiled in' not in test.stderr())
test.pass_test()