Remove ilxGen; part of trac #2243
[ghc-hetmet.git] / compiler / ilxGen / tests / test2d.hs
diff --git a/compiler/ilxGen/tests/test2d.hs b/compiler/ilxGen/tests/test2d.hs
deleted file mode 100644 (file)
index 8126127..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-foreign import ccall "libHS_cbits.so" "get_prog_argc" unsafe primArgc :: Int
-
-foreign import "ilxHello" unsafe ilxHello :: IO ()
-foreign import "ilxBad" unsafe ilxBad :: IO ()
-
-
-main = if (primArgc == 0) then ilxHello else ilxBad