summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog004/prog004.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci/prog004/prog004.T')
-rw-r--r--testsuite/tests/ghc-regress/ghci/prog004/prog004.T11
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/tests/ghc-regress/ghci/prog004/prog004.T b/testsuite/tests/ghc-regress/ghci/prog004/prog004.T
deleted file mode 100644
index a67ebf35c8..0000000000
--- a/testsuite/tests/ghc-regress/ghci/prog004/prog004.T
+++ /dev/null
@@ -1,11 +0,0 @@
-setTestOpts(only_compiler_types(['ghc']))
-
-def f(opts):
- if not ('ghci' in config.run_ways):
- opts.skip = 1
-setTestOpts(f)
-
-test('ghciprog004',
- extra_clean(['ctest.c', 'ctest.o']),
- run_command,
- ['$MAKE -s --no-print-directory ghciprog004'])