diff options
author | Austin Seipp <aseipp@pobox.com> | 2013-08-11 00:12:11 -0500 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-08-11 00:12:11 -0500 |
commit | 0a5e9646f0efa4bd28283004aa0b99481f309a79 (patch) | |
tree | b1035152f26b914a803fc4738bb8744e2953d58f /testsuite/tests/th/ClosedFam1TH.stderr | |
parent | 9b5f1c1a03748358b32e4d28edb811d5905c26dd (diff) | |
download | haskell-0a5e9646f0efa4bd28283004aa0b99481f309a79.tar.gz |
Fix naming of ClosedFam1/ClosedFam2 tests.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'testsuite/tests/th/ClosedFam1TH.stderr')
-rw-r--r-- | testsuite/tests/th/ClosedFam1TH.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/th/ClosedFam1TH.stderr b/testsuite/tests/th/ClosedFam1TH.stderr new file mode 100644 index 0000000000..b2d0a9bac4 --- /dev/null +++ b/testsuite/tests/th/ClosedFam1TH.stderr @@ -0,0 +1,6 @@ + +ClosedFam1TH.hs:7:3: Warning: + type family Foo_0 a_1 (b_2 :: k_3) where + Foo_0 GHC.Types.Int GHC.Types.Bool = GHC.Types.Int + Foo_0 a_4 Data.Maybe.Maybe = GHC.Types.Bool + Foo_0 b_5 (x_6 :: GHC.Types.Bool) = GHC.Types.Char |