diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-10 15:41:48 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-10 15:42:36 +0000 |
commit | 9142f0973793bd50429c77eda911209ea5a85c02 (patch) | |
tree | 3e51bc88f1c6690826b8520f4b654220312f01ea /testsuite/tests/driver/T2507.stderr | |
parent | 2ec07b32bd25db40d2630747d41f861317dbb15d (diff) | |
download | haskell-9142f0973793bd50429c77eda911209ea5a85c02.tar.gz |
Revert "Accept unicode quotes in T2507"
T2507 sets LC_ALL=C, so doesn't run in a Unicode locale, and shouldn't
have unicode quotes.
Diffstat (limited to 'testsuite/tests/driver/T2507.stderr')
-rw-r--r-- | testsuite/tests/driver/T2507.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/driver/T2507.stderr b/testsuite/tests/driver/T2507.stderr index 68d57e3060..925a8709dd 100644 --- a/testsuite/tests/driver/T2507.stderr +++ b/testsuite/tests/driver/T2507.stderr @@ -1,5 +1,5 @@ -
-T2507.hs:5:7:
- Couldn't match expected type ‛Int’ with actual type ‛()’
- In the expression: ()
- In an equation for ‛foo’: foo = ()
+ +T2507.hs:5:7: + Couldn't match expected type `Int' with actual type `()' + In the expression: () + In an equation for `foo': foo = () |