summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/lib
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-08-19 14:24:18 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-08-19 14:24:18 +0000
commit771ae2472465044f82ac76be3a076d07b66851f7 (patch)
treec355d82dceb9c38d60b7ad092e6aa74f2db4152a /testsuite/tests/ghc-regress/lib
parent6fb20da68ad9eeea70c8587cc7db2d730aee91b5 (diff)
downloadhaskell-771ae2472465044f82ac76be3a076d07b66851f7.tar.gz
accept output
Diffstat (limited to 'testsuite/tests/ghc-regress/lib')
-rw-r--r--testsuite/tests/ghc-regress/lib/should_run/enum01.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/lib/should_run/enum01.stdout b/testsuite/tests/ghc-regress/lib/should_run/enum01.stdout
index 060793e6ce..71e5bd6d1a 100644
--- a/testsuite/tests/ghc-regress/lib/should_run/enum01.stdout
+++ b/testsuite/tests/ghc-regress/lib/should_run/enum01.stdout
@@ -81,7 +81,7 @@ Testing Enum Char:
pred (maxBound::Char) = '\1114110'
pred (minBound::Char) = error "Prelude.Enum.Char.pred: bad argument"
(map (toEnum::Int->Char) [123,ord (minBound::Char), ord(maxBound::Char)]) = "{\NUL\1114111"
- (toEnum::Int->Char) (minBound::Int) = error "Prelude.chr: bad argument"
+ (toEnum::Int->Char) (minBound::Int) = error "Prelude.chr: bad argument: (-2147483648)"
(map fromEnum ['X',minBound,maxBound]) = [88,0,1114111]
(take 7 ['\NUL' .. ]) = "\NUL\SOH\STX\ETX\EOT\ENQ\ACK"
(take 7 ['\250' .. ]) = "\250\251\252\253\254\255\256"