summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/record_upd/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/programs/record_upd/Main.hs')
-rw-r--r--testsuite/tests/programs/record_upd/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/programs/record_upd/Main.hs b/testsuite/tests/programs/record_upd/Main.hs
index 0fd8e80ab6..da4aec7356 100644
--- a/testsuite/tests/programs/record_upd/Main.hs
+++ b/testsuite/tests/programs/record_upd/Main.hs
@@ -1,6 +1,6 @@
{- The purpose of this is to test that record update is
sufficiently polymorphic. See comments with
- tcExpr (RecordUpd) in TcExpr.lhs
+ tcExpr (RecordUpd) in GHC.Tc.Gen.Expr
-}
module Main where