diff options
Diffstat (limited to 'testsuite/tests/ghci/prog004/prog004.T')
-rw-r--r-- | testsuite/tests/ghci/prog004/prog004.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/prog004/prog004.T b/testsuite/tests/ghci/prog004/prog004.T index ed17afd088..4b6ee13028 100644 --- a/testsuite/tests/ghci/prog004/prog004.T +++ b/testsuite/tests/ghci/prog004/prog004.T @@ -1,8 +1,8 @@ setTestOpts(only_compiler_types(['ghc'])) def f(name, opts): - if not ('ghci' in config.run_ways): - opts.skip = 1 + if not ('ghci' in config.run_ways): + opts.skip = 1 setTestOpts(f) test('ghciprog004', |