summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T5130.script
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-10-31 16:15:10 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2012-10-31 16:15:10 +0000
commit8cddd7013634287d254e666fbcdf2ee8b59c8463 (patch)
tree50fd4b09b09b7da1a0388ff9a531ea3f514d28f4 /testsuite/tests/ghci/scripts/T5130.script
parent87de298a006bdb82a540737bd933deb670d05b9b (diff)
downloadhaskell-8cddd7013634287d254e666fbcdf2ee8b59c8463.tar.gz
Modify T5130 so that it passes
Really it should always have failed!
Diffstat (limited to 'testsuite/tests/ghci/scripts/T5130.script')
-rw-r--r--testsuite/tests/ghci/scripts/T5130.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T5130.script b/testsuite/tests/ghci/scripts/T5130.script
index ad8625736b..78a8190b8e 100644
--- a/testsuite/tests/ghci/scripts/T5130.script
+++ b/testsuite/tests/ghci/scripts/T5130.script
@@ -1,3 +1,3 @@
:set -XScopedTypeVariables
-let f = (\(x :: a, y :: a) -> [x, "hi"])
+let f = (\(x :: a, y :: a) -> [x, y])