summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T1133A.hs-boot
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-22 19:02:56 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-22 19:02:56 +0000
commite672241bf641399a53c97f4df69a2eea9397744e (patch)
treea17dfdddff4d67b42f269354ece2c82584f8b9ab /testsuite/tests/deriving/should_fail/T1133A.hs-boot
parent27b0f0ba51ba80cb6325fd46ffc0a6552277d5ea (diff)
downloadhaskell-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-boot4
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