summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/TestTypeableBinary.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/TestTypeableBinary.hs')
-rw-r--r--testsuite/tests/typecheck/should_run/TestTypeableBinary.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_run/TestTypeableBinary.hs b/testsuite/tests/typecheck/should_run/TestTypeableBinary.hs
index e427c13725..e09893d169 100644
--- a/testsuite/tests/typecheck/should_run/TestTypeableBinary.hs
+++ b/testsuite/tests/typecheck/should_run/TestTypeableBinary.hs
@@ -35,3 +35,4 @@ main = do
testRoundtrip (typeRep :: TypeRep 5)
testRoundtrip (typeRep :: TypeRep "hello world")
testRoundtrip (typeRep :: TypeRep ('Just 5))
+ testRoundtrip (typeRep :: TypeRep [])