summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 176bdc1..6c570f1 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()