summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Eisenberg <rae@cs.brynmawr.edu>2018-04-02 14:43:09 -0400
committerRichard Eisenberg <rae@cs.brynmawr.edu>2018-04-02 14:43:09 -0400
commitddf895577173106646cfc6f6d21be3d5651067bc (patch)
tree1e7b8ab96683ab5df4ec2f5aa6c2ddef23324003
parent5ab8094e4579c08973260c2d18599be0738526ec (diff)
downloadhaskell-ddf895577173106646cfc6f6d21be3d5651067bc.tar.gz
Mark test as expected to pass.
This fixes the SplitWD "unexpected pass". This test was fixed by ef443820b71f5c9c2dca362217f1a9fbab6dd736 and somehow fell through my validation cracks.
-rw-r--r--testsuite/tests/typecheck/should_compile/all.T2
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 55ca69357d..6be32f6d34 100644
--- a/testsuite/tests/typecheck/should_compile/all.T
+++ b/testsuite/tests/typecheck/should_compile/all.T
@@ -600,5 +600,5 @@ test('T14811', normal, compile, [''])
test('T14934', [extra_files(['T14934.hs', 'T14934a.hs'])], run_command,
['$MAKE -s --no-print-directory T14934'])
test('T13643', normal, compile, [''])
-test('SplitWD', expect_broken(14119), compile, [''])
+test('SplitWD', normal, compile, [''])
test('T14441', normal, compile, [''])