diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/T5892a.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/T5892a.stderr | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testsuite/tests/rename/should_fail/T5892a.stderr b/testsuite/tests/rename/should_fail/T5892a.stderr index b3f1145481..0779538b1e 100644 --- a/testsuite/tests/rename/should_fail/T5892a.stderr +++ b/testsuite/tests/rename/should_fail/T5892a.stderr @@ -1,10 +1,7 @@ -T5892a.hs:12:8: warning: [-Wmissing-fields (in -Wdefault)] +T5892a.hs:12:8: error: [-Wmissing-fields (in -Wdefault), -Werror=missing-fields] • Fields of ‘Node’ not initialised: subForest • In the expression: Node {..} In the expression: let rootLabel = [] in Node {..} In an equation for ‘foo’: foo (Node {..}) = let rootLabel = ... in Node {..} - -<no location info>: error: -Failing due to -Werror. |