[project @ 1997-11-12 10:59:10 by simonm]
authorsimonm <unknown>
Wed, 12 Nov 1997 10:59:11 +0000 (10:59 +0000)
committersimonm <unknown>
Wed, 12 Nov 1997 10:59:11 +0000 (10:59 +0000)
duplicate test

ghc/tests/ccall/should_compile/cc005.hs [deleted file]
ghc/tests/ccall/should_compile/cc005.stderr [deleted file]

diff --git a/ghc/tests/ccall/should_compile/cc005.hs b/ghc/tests/ccall/should_compile/cc005.hs
deleted file mode 100644 (file)
index 8aeca95..0000000
+++ /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 (file)
index e375ede..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ghc: module version changed to 1; reason: no old .hi file