[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / numeric / should_run / arith009.hs
diff --git a/ghc/tests/numeric/should_run/arith009.hs b/ghc/tests/numeric/should_run/arith009.hs
deleted file mode 100644 (file)
index 43fe1b2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
--- a prefix minus precedence test
-
-f :: Int -> Int -> Int -> Int
-f x y z = - x * y ^ z
-
-main = putStr (shows (f 5 2 3) "\n")