diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-02-08 23:25:52 +0000 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-02-08 23:25:58 +0000 |
commit | 4f6a0f486fc2d015bc3605f505c0d6c58f70a39a (patch) | |
tree | 552bb43d8f0616a7ceadc6d57f9ad186723583f7 /testsuite/tests/codeGen/should_run | |
parent | 218dead0d85a136b5d5648e4d6c4c9cc9467eb45 (diff) | |
download | haskell-4f6a0f486fc2d015bc3605f505c0d6c58f70a39a.tar.gz |
T8256 needs vector
Diffstat (limited to 'testsuite/tests/codeGen/should_run')
-rw-r--r-- | testsuite/tests/codeGen/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T index 768d320285..b1a9fd451a 100644 --- a/testsuite/tests/codeGen/should_run/all.T +++ b/testsuite/tests/codeGen/should_run/all.T @@ -114,5 +114,5 @@ test('T7361', normal, compile_and_run, ['']) test('T7600', normal, compile_and_run, ['']) test('T8103', only_ways(['normal']), compile_and_run, ['']) test('T7953', reqlib('random'), compile_and_run, ['']) -test('T8256',normal, compile_and_run, ['']) +test('T8256', reqlib('vector'), compile_and_run, ['']) test('T6084',normal, compile_and_run, ['-O2']) |