summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_run/T16650c.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ffi/should_run/T16650c.hs')
-rw-r--r--testsuite/tests/ffi/should_run/T16650c.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ffi/should_run/T16650c.hs b/testsuite/tests/ffi/should_run/T16650c.hs
index 968731b3bd..0d8e9ac8ec 100644
--- a/testsuite/tests/ffi/should_run/T16650c.hs
+++ b/testsuite/tests/ffi/should_run/T16650c.hs
@@ -26,7 +26,7 @@ foreign import ccall unsafe "is_doubleton_homogenous"
MutableArray# RealWorld a -> IO Word8
data Box :: Type where
- Box :: (Any :: TYPE 'UnliftedRep) -> Box
+ Box :: (Any :: TYPE ('BoxedRep 'Unlifted)) -> Box
-- An array of unary integer functions
data MutableArray :: Type where