[project @ 2001-03-31 17:08:22 by panne]
authorpanne <unknown>
Sat, 31 Mar 2001 17:08:22 +0000 (17:08 +0000)
committerpanne <unknown>
Sat, 31 Mar 2001 17:08:22 +0000 (17:08 +0000)
Disabled this test. Litlits are on the death list. Should this test be
moved to should_fail or something like this?

ghc/tests/deSugar/should_compile/ds049.hs

index b2438d1..75106ea 100644 (file)
@@ -5,10 +5,11 @@ module ShouldCompile where
 -- !!! test lit-lits in patterns
 
 import Addr
-
+{- Litlits are deprecated, aren't they?!
 litlit_int    (``1''      :: Int)    = 42
 litlit_word   (``1''      :: Word)   = 42
 litlit_char   (`` '\n' '' :: Char)   = 42
 litlit_addr   (``NULL''   :: Addr)   = 42
 litlit_float  (``1.0''    :: Float)  = 42
 litlit_double (``1.0''    :: Double) = 42
+-}
\ No newline at end of file