From: simonm Date: Wed, 12 Nov 1997 10:59:11 +0000 (+0000) Subject: [project @ 1997-11-12 10:59:10 by simonm] X-Git-Tag: Approx_2487_patches~1304 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=45acf865c373bb686005663d9e52fa186b205533;p=ghc-hetmet.git [project @ 1997-11-12 10:59:10 by simonm] duplicate test --- diff --git a/ghc/tests/ccall/should_compile/cc005.hs b/ghc/tests/ccall/should_compile/cc005.hs deleted file mode 100644 index 8aeca95..0000000 --- a/ghc/tests/ccall/should_compile/cc005.hs +++ /dev/null @@ -1,25 +0,0 @@ ---!!! cc001 -- ccall with standard boxed arguments and results - -module Test where - -import GlaExts - --- simple functions - -a :: PrimIO Int -a = _ccall_ a - -b :: Int -> PrimIO Int -b x = _ccall_ b x - -c :: Int -> Char -> Float -> Double -> PrimIO Float -c x1 x2 x3 x4 = _ccall_ c x1 x2 x3 x4 - --- simple monadic code - -d = a `thenPrimIO` \ x -> - b x `thenPrimIO` \ y -> - c y 'f' 1.0 2.0 - - - diff --git a/ghc/tests/ccall/should_compile/cc005.stderr b/ghc/tests/ccall/should_compile/cc005.stderr deleted file mode 100644 index e375ede..0000000 --- a/ghc/tests/ccall/should_compile/cc005.stderr +++ /dev/null @@ -1 +0,0 @@ -ghc: module version changed to 1; reason: no old .hi file