From 16514f272fb42af6e9c7674a9bd6c9dce369231f Mon Sep 17 00:00:00 2001 From: David Terei Date: Wed, 20 Jul 2011 11:09:03 -0700 Subject: Move tests from tests/ghc-regress/* to just tests/* --- testsuite/tests/indexed-types/should_fail/T3092.stderr | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testsuite/tests/indexed-types/should_fail/T3092.stderr (limited to 'testsuite/tests/indexed-types/should_fail/T3092.stderr') diff --git a/testsuite/tests/indexed-types/should_fail/T3092.stderr b/testsuite/tests/indexed-types/should_fail/T3092.stderr new file mode 100644 index 0000000000..ceea069f8f --- /dev/null +++ b/testsuite/tests/indexed-types/should_fail/T3092.stderr @@ -0,0 +1,10 @@ + +T3092.hs:5:1: + Illegal family instance for `T' + (T is not an indexed type family) + In the data type instance declaration for `T' + +T3092.hs:8:1: + Illegal family instance for `S' + (S is not an indexed type family) + In the type synonym instance declaration for `S' -- cgit v1.2.1