summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail129.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail129.stderr')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail129.stderr12
1 files changed, 0 insertions, 12 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail129.stderr b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail129.stderr
deleted file mode 100644
index f9ee8a567d..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail129.stderr
+++ /dev/null
@@ -1,12 +0,0 @@
-
-tcfail129.hs:12:8:
- Type synonym `Foo' should have 1 argument, but has been given none
- In an expression type signature: Bar Foo
- In the expression: undefined :: Bar Foo
- In an equation for `blah': blah = undefined :: Bar Foo
-
-tcfail129.hs:17:9:
- Type synonym `Foo1' should have 1 argument, but has been given none
- In an expression type signature: Bar1 Foo1
- In the expression: undefined :: Bar1 Foo1
- In an equation for `blah1': blah1 = undefined :: Bar1 Foo1