diff options
author | Matthew Craven <5086-clyring@users.noreply.gitlab.haskell.org> | 2022-04-27 15:38:20 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-05 12:48:47 -0400 |
commit | 016f9ca683fc915d661b2c24321d3005a8929a47 (patch) | |
tree | a697f332139a6104d60d89f8f98d8c0f2e5f3161 /testsuite/tests/lib | |
parent | 610d028348ca0aa2721d515961f14cb72416c17c (diff) | |
download | haskell-016f9ca683fc915d661b2c24321d3005a8929a47.tar.gz |
Fix broken rules for (^) with known small powers
Diffstat (limited to 'testsuite/tests/lib')
-rw-r--r-- | testsuite/tests/lib/base/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/lib/base/all.T b/testsuite/tests/lib/base/all.T index b45171c8e2..8d88097a17 100644 --- a/testsuite/tests/lib/base/all.T +++ b/testsuite/tests/lib/base/all.T @@ -6,4 +6,4 @@ test('T17310', normal, compile, ['']) test('T19691', normal, compile, ['']) test('executablePath', extra_run_opts(config.os), compile_and_run, ['']) test('T17472', normal, compile_and_run, ['']) -test('T19569', expect_broken(19569), compile_and_run, ['']) +test('T19569', normal, compile_and_run, ['']) |