diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2016-03-14 13:27:00 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-03-20 16:05:43 +0100 |
commit | 3ddfcc95cd41dac19c8f4d55e8fc03128b77b738 (patch) | |
tree | 53eb0cd3a58c2b82246c7156327c388cde2784f4 /testsuite/tests/numeric | |
parent | 220a0b934c71a8844a14dd8cd67fa0e23f807182 (diff) | |
download | haskell-3ddfcc95cd41dac19c8f4d55e8fc03128b77b738.tar.gz |
PrelRules: Fix constant folding for WordRemOp
Test Plan: Validate with testcase in D2002
Reviewers: austin, simonpj
Reviewed By: simonpj
Subscribers: simonpj, thomie
Differential Revision: https://phabricator.haskell.org/D2004
GHC Trac Issues: #11702
Diffstat (limited to 'testsuite/tests/numeric')
-rw-r--r-- | testsuite/tests/numeric/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T index 515005fedf..8c80305f18 100644 --- a/testsuite/tests/numeric/should_run/all.T +++ b/testsuite/tests/numeric/should_run/all.T @@ -66,4 +66,4 @@ test('T9407', normal, compile_and_run, ['']) test('T9810', normal, compile_and_run, ['']) test('T10011', normal, compile_and_run, ['']) test('T10962', omit_ways(['ghci']), compile_and_run, ['']) -test('T11702', expect_broken(11702), compile_and_run, ['']) +test('T11702', normal, compile_and_run, ['']) |