summaryrefslogtreecommitdiff
path: root/libraries/base/tests/enum01.hs
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-05-25 17:51:26 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-05-25 21:30:58 +0200
commitf07bf19ec49d25395dd47923ba5e6b525ce7e68f (patch)
tree74bec87a0fc0af7986aa0b4667fda0670e0dc6d2 /libraries/base/tests/enum01.hs
parent6a5bce14ffb8b10def150b185fc95d7b2ebab263 (diff)
downloadhaskell-f07bf19ec49d25395dd47923ba5e6b525ce7e68f.tar.gz
Testsuite: fix enum01/02/03 on Windows (#9399)
Diffstat (limited to 'libraries/base/tests/enum01.hs')
-rw-r--r--libraries/base/tests/enum01.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/enum01.hs b/libraries/base/tests/enum01.hs
index 0ae39b14d1..245f6f7105 100644
--- a/libraries/base/tests/enum01.hs
+++ b/libraries/base/tests/enum01.hs
@@ -1,5 +1,5 @@
-- !!! Testing the Prelude's Enum instances.
-{-# OPTIONS_GHC -F -pgmF ./enum_processor.py #-}
+{-# OPTIONS_GHC -F -pgmF ./enum_processor.bat #-}
-- The processor is a non-CPP-based equivalent of
-- #define printTest(x) (do{ putStr ( " " ++ "x" ++ " = " ) ; print (x) })
-- which is not portable to clang