diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-22 19:02:56 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-22 19:02:56 +0000 |
commit | e672241bf641399a53c97f4df69a2eea9397744e (patch) | |
tree | a17dfdddff4d67b42f269354ece2c82584f8b9ab /testsuite/tests/deriving/should_fail/T1133A.hs-boot | |
parent | 27b0f0ba51ba80cb6325fd46ffc0a6552277d5ea (diff) | |
download | haskell-e672241bf641399a53c97f4df69a2eea9397744e.tar.gz |
Add another test for #1133
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T1133A.hs-boot')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T1133A.hs-boot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_fail/T1133A.hs-boot b/testsuite/tests/deriving/should_fail/T1133A.hs-boot new file mode 100644 index 0000000000..da89ec0fe3 --- /dev/null +++ b/testsuite/tests/deriving/should_fail/T1133A.hs-boot @@ -0,0 +1,4 @@ + +module T1133A where + +newtype X = X Int |