summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/T2587.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/gadt/T2587.hs')
-rw-r--r--testsuite/tests/gadt/T2587.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/T2587.hs b/testsuite/tests/gadt/T2587.hs
index cea1c092d3..e6424d6228 100644
--- a/testsuite/tests/gadt/T2587.hs
+++ b/testsuite/tests/gadt/T2587.hs
@@ -1,7 +1,7 @@
{-# LANGUAGE GADTs, ExistentialQuantification #-}
{-# OPTIONS_GHC -O -fno-warn-overlapping-patterns #-}
--- Trac #2587
+-- #2587
-- Actually this bug related to free variables and
-- type lets, but ostensibly it has a GADT flavour
-- Hence being in the GADT directory.