summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyCase2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyCase2.stderr')
-rw-r--r--testsuite/tests/rep-poly/RepPolyCase2.stderr3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyCase2.stderr b/testsuite/tests/rep-poly/RepPolyCase2.stderr
index f1f59116c9..e84b8db2ed 100644
--- a/testsuite/tests/rep-poly/RepPolyCase2.stderr
+++ b/testsuite/tests/rep-poly/RepPolyCase2.stderr
@@ -4,8 +4,5 @@ RepPolyCase2.hs:33:7: error:
does not have a fixed runtime representation.
Its type is:
Unbox Int :: TYPE (Rep Int)
- NB: GHC does not (yet) support rewriting in runtime representations.
- Please comment on GHC ticket #13105 if this is causing you trouble.
- <https://gitlab.haskell.org/ghc/ghc/-/issues/13105>
• In the expression: case unbox (3 :: Int) of _ -> ()
In an equation for ‘x’: x _ = case unbox (3 :: Int) of _ -> ()