[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail083.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail083.stderr b/ghc/tests/typecheck/should_fail/tcfail083.stderr
deleted file mode 100644 (file)
index 275ba74..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-tcfail083.hs:8:
-    Constructor `Bar' does not have field `baz'
-    In the pattern: Bar {flag = f, baz = b}
-    In the pattern: State {bar = Bar {flag = f, baz = b}}
-    In an equation for function `display':
-       display (State {bar = Bar {flag = f, baz = b}}) = print (f, b)