summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-09-06 18:51:31 -0400
committerBen Gamari <ben@smart-cactus.org>2018-09-07 08:53:36 -0400
commit9400a5c6b308fbb5b3a73690610736ca3b5eb0b3 (patch)
tree62eaa430faa7d6c15687c4b6b574997f6f3e14be /testsuite/tests/ghci
parent4caad1660a641995caee3ee6da6fee4a93ee99b5 (diff)
downloadhaskell-9400a5c6b308fbb5b3a73690610736ca3b5eb0b3.tar.gz
ghc: Remove warning of StaticPointers not being supported by GHCi
Support for StaticPointers was added in #12356 but I apparently neglected to remove the warning.
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r--testsuite/tests/ghci/scripts/StaticPtr.stderr3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/StaticPtr.stderr b/testsuite/tests/ghci/scripts/StaticPtr.stderr
deleted file mode 100644
index b45f64e64d..0000000000
--- a/testsuite/tests/ghci/scripts/StaticPtr.stderr
+++ /dev/null
@@ -1,3 +0,0 @@
-
-<interactive>: warning:
- StaticPointers is not supported in GHCi interactive expressions.