From: sof Date: Thu, 5 Jun 1997 21:32:42 +0000 (+0000) Subject: [project @ 1997-06-05 21:32:42 by sof] X-Git-Tag: Approximately_1000_patches_recorded~348 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2503f0e861c727bbee0abb37af69981bd02f973d;p=ghc-hetmet.git [project @ 1997-06-05 21:32:42 by sof] new rn test --- diff --git a/ghc/compiler/tests/rename/rn018.hs b/ghc/compiler/tests/rename/rn018.hs new file mode 100644 index 0000000..0c78946 --- /dev/null +++ b/ghc/compiler/tests/rename/rn018.hs @@ -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 index 0000000..e69de29