summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/T17544_kw.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/haddock/should_compile_flag_haddock/T17544_kw.hs')
-rw-r--r--testsuite/tests/haddock/should_compile_flag_haddock/T17544_kw.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/haddock/should_compile_flag_haddock/T17544_kw.hs b/testsuite/tests/haddock/should_compile_flag_haddock/T17544_kw.hs
index 4acf2af68d..8f90c6bccd 100644
--- a/testsuite/tests/haddock/should_compile_flag_haddock/T17544_kw.hs
+++ b/testsuite/tests/haddock/should_compile_flag_haddock/T17544_kw.hs
@@ -1,7 +1,7 @@
{-# LANGUAGE GADTs #-}
{-# OPTIONS -haddock -ddump-parsed-ast #-}
--- Haddock comments in this test case should all be rejected, but they are not.
+-- Haddock comments in this test case should all be rejected, but some of them are not.
--
-- This is a known issue. Users should avoid writing comments in such
-- positions, as a future fix will disallow them.