From 45acf865c373bb686005663d9e52fa186b205533 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Wed, 12 Nov 1997 10:59:11 +0000
Subject: [PATCH] [project @ 1997-11-12 10:59:10 by simonm] duplicate test

---
 ghc/tests/ccall/should_compile/cc005.hs     | 25 ---------------------
 ghc/tests/ccall/should_compile/cc005.stderr |  1 -
 2 files changed, 26 deletions(-)
 delete mode 100644 ghc/tests/ccall/should_compile/cc005.hs
 delete mode 100644 ghc/tests/ccall/should_compile/cc005.stderr

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