diff options
author | Dr. ERDI Gergo <gergo@erdi.hu> | 2014-12-21 16:19:42 +0800 |
---|---|---|
committer | Dr. ERDI Gergo <gergo@erdi.hu> | 2014-12-21 16:19:42 +0800 |
commit | 6713f0d9ad4a2d875d8f7b245c1c0ca77ce1617f (patch) | |
tree | f9557b0c734dab1c815744a517ab2ae819c35734 /testsuite | |
parent | 3b497ddb231981bc6aeb5533426bf632ba126e39 (diff) | |
download | haskell-6713f0d9ad4a2d875d8f7b245c1c0ca77ce1617f.tar.gz |
Add expected output to T9915 test
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghci/should_run/T9915.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/ghci/should_run/T9915.stdout | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/T9915.stderr b/testsuite/tests/ghci/should_run/T9915.stderr new file mode 100644 index 0000000000..de2c5cb286 --- /dev/null +++ b/testsuite/tests/ghci/should_run/T9915.stderr @@ -0,0 +1,2 @@ + +<interactive>:3:9: parse error on input ‘=’ diff --git a/testsuite/tests/ghci/should_run/T9915.stdout b/testsuite/tests/ghci/should_run/T9915.stdout new file mode 100644 index 0000000000..daaac9e303 --- /dev/null +++ b/testsuite/tests/ghci/should_run/T9915.stdout @@ -0,0 +1,2 @@ +42 +42 |