diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-04 16:13:11 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-06 01:11:25 +0200 |
commit | 7a3d85e705665fbf2c28f83bb3997e8979f2b88c (patch) | |
tree | bbe8f67106670ab68779bf4e1ecc29076dce250e /testsuite/tests/mdo | |
parent | edb2c544151a11d6e7f0154ba3ca665850f46bda (diff) | |
download | haskell-7a3d85e705665fbf2c28f83bb3997e8979f2b88c.tar.gz |
Remove all *.stderr/stdout-hugs files
Diffstat (limited to 'testsuite/tests/mdo')
5 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/tests/mdo/should_fail/mdofail001.stderr-hugs b/testsuite/tests/mdo/should_fail/mdofail001.stderr-hugs deleted file mode 100644 index 3bfe41e9f4..0000000000 --- a/testsuite/tests/mdo/should_fail/mdofail001.stderr-hugs +++ /dev/null @@ -1 +0,0 @@ -ERROR "mdofail001.hs":10 - Instance of Num Char required for definition of t diff --git a/testsuite/tests/mdo/should_fail/mdofail002.stderr-hugs b/testsuite/tests/mdo/should_fail/mdofail002.stderr-hugs deleted file mode 100644 index 4f1c0a0bb4..0000000000 --- a/testsuite/tests/mdo/should_fail/mdofail002.stderr-hugs +++ /dev/null @@ -1 +0,0 @@ -ERROR "mdofail002.hs":10 - Repeated use of variable "x" in pattern binding diff --git a/testsuite/tests/mdo/should_fail/mdofail003.stderr-hugs b/testsuite/tests/mdo/should_fail/mdofail003.stderr-hugs deleted file mode 100644 index ef14fdcff3..0000000000 --- a/testsuite/tests/mdo/should_fail/mdofail003.stderr-hugs +++ /dev/null @@ -1 +0,0 @@ -ERROR "mdofail003.hs":10 - Repeated use of variable "x" in pattern binding diff --git a/testsuite/tests/mdo/should_fail/mdofail004.stderr-hugs b/testsuite/tests/mdo/should_fail/mdofail004.stderr-hugs deleted file mode 100644 index c787c4209b..0000000000 --- a/testsuite/tests/mdo/should_fail/mdofail004.stderr-hugs +++ /dev/null @@ -1 +0,0 @@ -ERROR "mdofail004.hs":17 - Instance of MonadFix X required for definition of z diff --git a/testsuite/tests/mdo/should_fail/mdofail005.stderr-hugs b/testsuite/tests/mdo/should_fail/mdofail005.stderr-hugs deleted file mode 100644 index 6bb11378a1..0000000000 --- a/testsuite/tests/mdo/should_fail/mdofail005.stderr-hugs +++ /dev/null @@ -1 +0,0 @@ -ERROR "mdofail005.hs":11 - Syntax error in input (unexpected `<-') |