diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/T5211.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/T5211.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/T5211.stderr b/testsuite/tests/rename/should_fail/T5211.stderr index dc02ab4085..cca888e9de 100644 --- a/testsuite/tests/rename/should_fail/T5211.stderr +++ b/testsuite/tests/rename/should_fail/T5211.stderr @@ -1,5 +1,5 @@ -T5211.hs:5:1: warning: [-Wunused-imports (in -Wextra)] +T5211.hs:5:1: warning: [GHC-66111] [-Wunused-imports (in -Wextra)] The qualified import of ‘Foreign.Storable’ is redundant except perhaps to import instances from ‘Foreign.Storable’ To import instances alone, use: import Foreign.Storable() |