diff options
Diffstat (limited to 'libraries/base/tests/enum01.hs')
-rw-r--r-- | libraries/base/tests/enum01.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/base/tests/enum01.hs b/libraries/base/tests/enum01.hs index 5aea7dea4d..4dfc29978c 100644 --- a/libraries/base/tests/enum01.hs +++ b/libraries/base/tests/enum01.hs @@ -1,8 +1,4 @@ -- !!! Testing the Prelude's 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 |