From 49b9d80a4666504f3f3524928c9ae7cc436bb8ba Mon Sep 17 00:00:00 2001 From: Kai Harries Date: Mon, 28 Mar 2016 15:18:05 +0200 Subject: Do not test for existence of the executable Summary: The test for the existence of the executable breaks on MS Windows. It is furthermore needless, because if the test can be executed the executable is obviously there. Reviewers: austin, bgamari, Phyx Reviewed By: Phyx Subscribers: Phyx, thomie Differential Revision: https://phabricator.haskell.org/D2050 GHC Trac Issues: #4114 --- testsuite/tests/driver/T4114c.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/driver/T4114c.hs') diff --git a/testsuite/tests/driver/T4114c.hs b/testsuite/tests/driver/T4114c.hs index f7802e13de..96e8625941 100644 --- a/testsuite/tests/driver/T4114c.hs +++ b/testsuite/tests/driver/T4114c.hs @@ -4,7 +4,7 @@ module Main (main) where import T4114cSub keep, nokeep :: [FilePath] -keep = ["T4114c", "T4114cSub.hi", "T4114c.hi"] +keep = ["T4114cSub.hi", "T4114c.hi"] nokeep = ["T4114cSub.o", "T4114c.o"] -- cgit v1.2.1