diff options
Diffstat (limited to 'testsuite/tests/polykinds/T10934.hs')
-rw-r--r-- | testsuite/tests/polykinds/T10934.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T10934.hs b/testsuite/tests/polykinds/T10934.hs index 91d874cde7..f1eaa2dbd7 100644 --- a/testsuite/tests/polykinds/T10934.hs +++ b/testsuite/tests/polykinds/T10934.hs @@ -7,7 +7,7 @@ , PolyKinds -- Comment out PolyKinds and the bug goes away. #-} {-# OPTIONS_GHC -O #-} - -- The bug is in GHC.Core.Op.Simplify.Utils.abstractFloats, so we need -O to trigger it + -- The bug is in GHC.Core.Opt.Simplify.Utils.abstractFloats, so we need -O to trigger it module KeyValue where |