From: panne Date: Sat, 31 Mar 2001 17:08:22 +0000 (+0000) Subject: [project @ 2001-03-31 17:08:22 by panne] X-Git-Tag: Approximately_9120_patches~2237 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b54855b882c6ecab62db9a3c100d12b228328db8;p=ghc-hetmet.git [project @ 2001-03-31 17:08:22 by panne] Disabled this test. Litlits are on the death list. Should this test be moved to should_fail or something like this? --- diff --git a/ghc/tests/deSugar/should_compile/ds049.hs b/ghc/tests/deSugar/should_compile/ds049.hs index b2438d1..75106ea 100644 --- a/ghc/tests/deSugar/should_compile/ds049.hs +++ b/ghc/tests/deSugar/should_compile/ds049.hs @@ -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