From 2f5f1e802fb142bd4e1ebfc45e1ddc30ac84dfa8 Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Sun, 14 Sep 2014 17:31:35 +0100 Subject: Remove the incorrect Windows type label. --- test/D/SharedObjects/Common/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/D/SharedObjects/Common/common.py b/test/D/SharedObjects/Common/common.py index a5d7b27..0362525 100644 --- a/test/D/SharedObjects/Common/common.py +++ b/test/D/SharedObjects/Common/common.py @@ -62,7 +62,7 @@ def testForTool(tool): elif platform == 'darwin': filename = 'code.o' libraryname = 'libanswer.dylib' - elif platform == 'win32' or platform == 'win64': + elif platform == 'win32': filename = 'code.obj' libraryname = 'answer.dll' else: -- cgit v0.12