summaryrefslogtreecommitdiff
path: root/libraries/base/tests/enum03.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/tests/enum03.hs')
-rw-r--r--libraries/base/tests/enum03.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/enum03.hs b/libraries/base/tests/enum03.hs
index 181354a5e5..28d02d1c13 100644
--- a/libraries/base/tests/enum03.hs
+++ b/libraries/base/tests/enum03.hs
@@ -1,5 +1,5 @@
-- !!! Testing the Word 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