diff options
Diffstat (limited to 'testsuite/tests/parser/should_compile/T3303.stderr')
-rw-r--r-- | testsuite/tests/parser/should_compile/T3303.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_compile/T3303.stderr b/testsuite/tests/parser/should_compile/T3303.stderr index 38690441ff..850a150ecc 100644 --- a/testsuite/tests/parser/should_compile/T3303.stderr +++ b/testsuite/tests/parser/should_compile/T3303.stderr @@ -1,9 +1,9 @@ -T3303.hs:7:7: warning: [-Wdeprecations (in -Wdefault)] +T3303.hs:7:7: warning: [GHC-68441] [-Wdeprecations (in -Wdefault)] In the use of ‘foo’ (imported from T3303A): Deprecated: "This is a multi-line deprecation message for foo" -T3303.hs:10:8: warning: [-Wdeprecations (in -Wdefault)] +T3303.hs:10:8: warning: [GHC-68441] [-Wdeprecations (in -Wdefault)] In the use of ‘foo2’ (imported from T3303A): Deprecated: "" |