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.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/base/tests/enum03.hs b/libraries/base/tests/enum03.hs
index 28d02d1c13..a701df4501 100644
--- a/libraries/base/tests/enum03.hs
+++ b/libraries/base/tests/enum03.hs
@@ -1,8 +1,4 @@
-- !!! Testing the Word Enum instances.
-{-# 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
module Main(main) where