diff options
Diffstat (limited to 'testsuite/tests/warnings/should_compile/T14794c.stderr')
-rw-r--r-- | testsuite/tests/warnings/should_compile/T14794c.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/warnings/should_compile/T14794c.stderr b/testsuite/tests/warnings/should_compile/T14794c.stderr index 413eea960f..e909432cfc 100644 --- a/testsuite/tests/warnings/should_compile/T14794c.stderr +++ b/testsuite/tests/warnings/should_compile/T14794c.stderr @@ -1,6 +1,6 @@ -T14794c.hs:8:1: warning: [-Wmissing-signatures (in -Wall)] +T14794c.hs:8:1: warning: [GHC-38417] [-Wmissing-signatures (in -Wall)] Top-level binding with no type signature: testExported :: Bool -T14794c.hs:10:1: warning: [-Wmissing-signatures (in -Wall)] +T14794c.hs:10:1: warning: [GHC-38417] [-Wmissing-signatures (in -Wall)] Top-level binding with no type signature: testUnexported :: Bool |