diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-31 16:15:10 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-31 16:15:10 +0000 |
commit | 8cddd7013634287d254e666fbcdf2ee8b59c8463 (patch) | |
tree | 50fd4b09b09b7da1a0388ff9a531ea3f514d28f4 /testsuite | |
parent | 87de298a006bdb82a540737bd933deb670d05b9b (diff) | |
download | haskell-8cddd7013634287d254e666fbcdf2ee8b59c8463.tar.gz |
Modify T5130 so that it passes
Really it should always have failed!
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghci/scripts/T5130.script | 2 |
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]) |