diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-18 19:01:13 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-18 20:49:11 +0200 |
commit | dc6e55626cf25bcda1cab52f92591e16bddd101d (patch) | |
tree | 5b8a90b28472b1be9d344a55033b6cb0b3f4c951 /testsuite | |
parent | a0371c066f72b9cd4bb8f8ccad9bc4db6657c452 (diff) | |
download | haskell-dc6e55626cf25bcda1cab52f92591e16bddd101d.tar.gz |
Testsuite: mark T2497 expect_broken_for(#10657, ['optasm', 'optllvm'])
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/typecheck/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T index a277b33b3a..f1c7c4cce2 100644 --- a/testsuite/tests/typecheck/should_compile/all.T +++ b/testsuite/tests/typecheck/should_compile/all.T @@ -283,7 +283,7 @@ test('T2433', extra_clean(['T2433_Help.hi', 'T2433_Help.o']), multimod_compile, ['T2433', '-v0']) test('T2494', normal, compile_fail, ['']) test('T2494-2', normal, compile, ['']) -test('T2497', normal, compile, ['']) +test('T2497', expect_broken_for(10657, ['optasm', 'optllvm']), compile, ['']) # Omitting temporarily |