summaryrefslogtreecommitdiff
path: root/testsuite/tests/stranal
diff options
context:
space:
mode:
authorDavid Feuer <david.feuer@gmail.com>2017-03-09 16:01:50 -0500
committerDavid Feuer <David.Feuer@gmail.com>2017-03-09 16:01:52 -0500
commit37a415e23cb68bf74d942453817a546c2652a457 (patch)
treeb935b50da92eddb39c70fc1211d73baa60a849c3 /testsuite/tests/stranal
parenta6f9c44c3eb8162b84ee603f9de64974b95aa093 (diff)
downloadhaskell-37a415e23cb68bf74d942453817a546c2652a457.tar.gz
Fix test results for T13380
They were `expect_broken` without any output. Add the actual output and remove the `expect_broken`. Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3306
Diffstat (limited to 'testsuite/tests/stranal')
-rw-r--r--testsuite/tests/stranal/should_run/T13380.stderr1
-rw-r--r--testsuite/tests/stranal/should_run/all.T2
2 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/stranal/should_run/T13380.stderr b/testsuite/tests/stranal/should_run/T13380.stderr
new file mode 100644
index 0000000000..6fa8811bdd
--- /dev/null
+++ b/testsuite/tests/stranal/should_run/T13380.stderr
@@ -0,0 +1 @@
+T13380: user error (What)
diff --git a/testsuite/tests/stranal/should_run/all.T b/testsuite/tests/stranal/should_run/all.T
index 076474608e..a07900bbbc 100644
--- a/testsuite/tests/stranal/should_run/all.T
+++ b/testsuite/tests/stranal/should_run/all.T
@@ -14,4 +14,4 @@ test('T11076', normal, multimod_compile_and_run, ['T11076.hs', 'T11076_prim.cmm'
test('T11555a', normal, compile_and_run, [''])
test('T12368', exit_code(1), compile_and_run, [''])
test('T12368a', exit_code(1), compile_and_run, [''])
-test('T13380', [expect_broken(13380), exit_code(1)], compile_and_run, [''])
+test('T13380', exit_code(1), compile_and_run, [''])