diff options
author | Austin Seipp <mad.one@gmail.com> | 2013-01-13 03:51:36 -0600 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2013-01-22 11:55:18 -0800 |
commit | f999a39be38d7bd1272dc72168afa3934213b73d (patch) | |
tree | 158ec172776ef11a1fc081f65d7e4265ac13ce90 /testsuite/tests/llvm/should_compile/all.T | |
parent | e672241bf641399a53c97f4df69a2eea9397744e (diff) | |
download | haskell-f999a39be38d7bd1272dc72168afa3934213b73d.tar.gz |
Test for Trac #7571.
Signed-off-by: David Terei <davidterei@gmail.com>
Diffstat (limited to 'testsuite/tests/llvm/should_compile/all.T')
-rw-r--r-- | testsuite/tests/llvm/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/llvm/should_compile/all.T b/testsuite/tests/llvm/should_compile/all.T index 29e5ae1012..d0ce873a39 100644 --- a/testsuite/tests/llvm/should_compile/all.T +++ b/testsuite/tests/llvm/should_compile/all.T @@ -10,4 +10,4 @@ test('5054_2', reqlib('hmatrix'), compile, ['-package hmatrix']) test('5486', normal, compile, ['']) test('5681', normal, compile, ['']) test('6158', [reqlib('vector'), reqlib('primitive')], compile, ['-package vector -package primitive']) - +test('T7571', cmm_src, compile, ['']) |