[commit: testsuite] master: Add expected output for T6117, which is now working (96ce462)
Ian Lynagh
igloo at earth.li
Mon Feb 11 20:26:07 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/96ce462eb872c17f5164959056ade6cbb24dafa5
>---------------------------------------------------------------
commit 96ce462eb872c17f5164959056ade6cbb24dafa5
Author: Ian Lynagh <ian at well-typed.com>
Date: Mon Feb 11 18:30:24 2013 +0000
Add expected output for T6117, which is now working
>---------------------------------------------------------------
tests/typecheck/should_run/T6117.stdout | 1 +
tests/typecheck/should_run/all.T | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/typecheck/should_run/T6117.stdout b/tests/typecheck/should_run/T6117.stdout
new file mode 100644
index 0000000..a32a434
--- /dev/null
+++ b/tests/typecheck/should_run/T6117.stdout
@@ -0,0 +1 @@
+1234567890
diff --git a/tests/typecheck/should_run/all.T b/tests/typecheck/should_run/all.T
index 083088c..17b7b0e 100755
--- a/tests/typecheck/should_run/all.T
+++ b/tests/typecheck/should_run/all.T
@@ -96,6 +96,6 @@ test('T5573a', compose(omit_ways(['ghci']),only_compiler_types(['ghc'])), compil
test('T5573b', compose(omit_ways(['ghci']),only_compiler_types(['ghc'])), compile_and_run, [''])
test('T7023', normal, compile_and_run, [''])
test('T7126', normal, compile_and_run, [''])
-test('T6117', expect_broken(6117), compile_and_run, [''])
+test('T6117', normal, compile_and_run, [''])
test('T5751', normal, compile_and_run, [''])
test('T5913', normal, compile_and_run, [''])
More information about the ghc-commits
mailing list