diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/rn040.hs')
-rw-r--r-- | testsuite/tests/rename/should_compile/rn040.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_compile/rn040.hs b/testsuite/tests/rename/should_compile/rn040.hs index 3a74abe3fd..2ad49e1828 100644 --- a/testsuite/tests/rename/should_compile/rn040.hs +++ b/testsuite/tests/rename/should_compile/rn040.hs @@ -1,7 +1,7 @@ {-# OPTIONS -fwarn-unused-binds #-} module ShouldCompile where --- !!! should produce warnings about unused identifers +-- !!! should produce warnings about unused identifiers x :: [()] x = [ () | y <- [] ] |