diff options
Diffstat (limited to 'testsuite/tests/corelint')
-rw-r--r-- | testsuite/tests/corelint/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/corelint/all.T b/testsuite/tests/corelint/all.T index 43c2cdd8f4..4271974c83 100644 --- a/testsuite/tests/corelint/all.T +++ b/testsuite/tests/corelint/all.T @@ -7,6 +7,6 @@ test('T21152', normal, compile, ['-g3']) setTestOpts(extra_hc_opts('-package ghc')) setTestOpts(extra_run_opts('"' + config.libdir + '"')) -test('LintEtaExpand', js_broken(22362), compile_and_run, ['']) +test('LintEtaExpand', normal, compile_and_run, ['']) ## These tests use the GHC API. ## Test cases which don't use the GHC API should be added nearer the top. |