diff options
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds041.stderr-ghc')
-rw-r--r-- | testsuite/tests/deSugar/should_compile/ds041.stderr-ghc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds041.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds041.stderr-ghc new file mode 100644 index 0000000000..acf3e1ae6f --- /dev/null +++ b/testsuite/tests/deSugar/should_compile/ds041.stderr-ghc @@ -0,0 +1,8 @@ + +ds041.hs:1:14: + Warning: -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language. + +ds041.hs:16:7: + Warning: Fields of `Foo' not initialised: x + In the expression: Foo {} + In an equation for `foo': foo = Foo {} |