diff options
Diffstat (limited to 'testsuite/config/ghc')
-rw-r--r-- | testsuite/config/ghc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 31b644a2b4..7d32e358cd 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -147,7 +147,7 @@ config.way_rts_flags = { 'ghci-ext' : [], } -# Useful classes of ways that can be used with only_ways() and +# Useful classes of ways that can be used with only_ways(), omit_ways() and # expect_broken_for(). prof_ways = [x[0] for x in config.way_flags('dummy_name').items() |