[project @ 1997-06-05 21:32:42 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 21:32:42 +0000 (21:32 +0000)
committersof <unknown>
Thu, 5 Jun 1997 21:32:42 +0000 (21:32 +0000)
new rn test

ghc/compiler/tests/rename/rn018.hs [new file with mode: 0644]
ghc/compiler/tests/rename/rn018.stderr [new file with mode: 0644]

diff --git a/ghc/compiler/tests/rename/rn018.hs b/ghc/compiler/tests/rename/rn018.hs
new file mode 100644 (file)
index 0000000..0c78946
--- /dev/null
@@ -0,0 +1,9 @@
+--!!! Conflicting constructors from two data type decls
+
+module Foo where
+
+data T1 = MkT Int
+
+data T2 = MkT Bool
+
+f (MkT x) = x
diff --git a/ghc/compiler/tests/rename/rn018.stderr b/ghc/compiler/tests/rename/rn018.stderr
new file mode 100644 (file)
index 0000000..e69de29