[commit: packages/stm] master: Testsuite: only ignore stdout of T2411 (fe88993)

git at git.haskell.org git at git.haskell.org
Wed Jun 29 15:53:34 UTC 2016


Repository : ssh://git@git.haskell.org/stm

On branch  : master
Link       : http://git.haskell.org/packages/stm.git/commitdiff/fe8899331e6ca7bdf80d57cf77dd597023ae4718

>---------------------------------------------------------------

commit fe8899331e6ca7bdf80d57cf77dd597023ae4718
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Sat Jun 25 00:38:09 2016 +0200

    Testsuite: only ignore stdout of T2411


>---------------------------------------------------------------

fe8899331e6ca7bdf80d57cf77dd597023ae4718
 tests/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/all.T b/tests/all.T
index 26000af..213ea75 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -23,7 +23,7 @@ test('stm060', normal, compile_and_run, ['-package stm'])
 test('stm061', normal, compile_and_run, ['-package stm'])
 test('stm062', normal, compile_and_run, ['-package stm'])
 test('stm063', when(fast(),skip), compile_and_run, ['-package stm'])
-test('T2411', ignore_output, compile_and_run, ['-package stm'])
+test('T2411', ignore_stdout, compile_and_run, ['-package stm'])
 test('T3049', normal, compile_and_run, ['-package stm'])
 test('T4057', normal, compile_and_run, ['-package stm'])
 test('stm064', normal, compile_and_run, ['-package stm'])



More information about the ghc-commits mailing list