diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-09-06 18:51:31 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-09-07 08:53:36 -0400 |
commit | 9400a5c6b308fbb5b3a73690610736ca3b5eb0b3 (patch) | |
tree | 62eaa430faa7d6c15687c4b6b574997f6f3e14be /testsuite/tests/ghci | |
parent | 4caad1660a641995caee3ee6da6fee4a93ee99b5 (diff) | |
download | haskell-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.stderr | 3 |
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. |