diff options
author | ross <unknown> | 2004-11-12 11:59:28 +0000 |
---|---|---|
committer | ross <unknown> | 2004-11-12 11:59:28 +0000 |
commit | 6af6cc9471d5303169edf0826a5f7b918ad3a955 (patch) | |
tree | 2f35e4a7a317e5607590a48376559be10b3183f0 /testsuite | |
parent | e97e7df7b9be5c5796589f49e1b11a86b136909c (diff) | |
download | haskell-6af6cc9471d5303169edf0826a5f7b918ad3a955.tar.gz |
[project @ 2004-11-12 11:59:28 by ross]
Hugs produces slightly different output on these
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghc-regress/array/should_run/arr008.stdout-hugs | 2 | ||||
-rw-r--r-- | testsuite/tests/ghc-regress/lib/IO/hGetLine002.stdout-hugs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/array/should_run/arr008.stdout-hugs b/testsuite/tests/ghc-regress/array/should_run/arr008.stdout-hugs new file mode 100644 index 0000000000..bbad9774f5 --- /dev/null +++ b/testsuite/tests/ghc-regress/array/should_run/arr008.stdout-hugs @@ -0,0 +1,2 @@ +array (1,0) [] +array
\ No newline at end of file diff --git a/testsuite/tests/ghc-regress/lib/IO/hGetLine002.stdout-hugs b/testsuite/tests/ghc-regress/lib/IO/hGetLine002.stdout-hugs new file mode 100644 index 0000000000..0ffd1135e2 --- /dev/null +++ b/testsuite/tests/ghc-regress/lib/IO/hGetLine002.stdout-hugs @@ -0,0 +1,2 @@ +this line doesn't end with a newline +stdin: IO.hGetChar: end of file (end of file) |