summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-11 18:30:24 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-11 18:30:24 +0000
commitdc96f51cd36349465f44620980b5e0fb1c743fd5 (patch)
tree5202a35f64051bc0812d50ca21674bb74f95391d
parent3e68b98671254a55bea3c4f04a4427dab096b0ca (diff)
downloadhaskell-dc96f51cd36349465f44620980b5e0fb1c743fd5.tar.gz
Add expected output for T6117, which is now working
-rw-r--r--testsuite/tests/typecheck/should_run/T6117.stdout1
-rwxr-xr-xtestsuite/tests/typecheck/should_run/all.T2
2 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_run/T6117.stdout b/testsuite/tests/typecheck/should_run/T6117.stdout
new file mode 100644
index 0000000000..a32a4347a4
--- /dev/null
+++ b/testsuite/tests/typecheck/should_run/T6117.stdout
@@ -0,0 +1 @@
+1234567890
diff --git a/testsuite/tests/typecheck/should_run/all.T b/testsuite/tests/typecheck/should_run/all.T
index 083088c3e2..17b7b0e835 100755
--- a/testsuite/tests/typecheck/should_run/all.T
+++ b/testsuite/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, [''])