summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T7995.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-07 11:27:03 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-09 18:03:38 -0500
commitb62ca6590ccf1797c21171f7cdde9f272e56ca9e (patch)
treeaa9cae71168712af1bdddafa22fdd458c543a006 /testsuite/tests/simplCore/should_compile/T7995.hs
parenta9b147907b69d7c5a71644f3fcba6dec3fc632f6 (diff)
downloadhaskell-b62ca6590ccf1797c21171f7cdde9f272e56ca9e.tar.gz
testsuite: Drop T7995
This test is quite sensitive to the build configuration as it requires that ghc have unfoldings, which isn't true in the quick build flavours. I considered various options to make the test more robust but none of them seemed particularly appealing. Moreover, Simon PJ was a bit skeptical of the value of the test to begin with and I strongly suspect that any regression in #7995 would be accompanied by failures in our other compiler performance tests. Closes #17399.
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/T7995.hs')
-rw-r--r--testsuite/tests/simplCore/should_compile/T7995.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T7995.hs b/testsuite/tests/simplCore/should_compile/T7995.hs
deleted file mode 100644
index 75ebed761e..0000000000
--- a/testsuite/tests/simplCore/should_compile/T7995.hs
+++ /dev/null
@@ -1,6 +0,0 @@
--- We import Pretty from package ghc
-module T7995 where
-import Pretty
-
-
-foo = text "test"