summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-02-07 17:59:29 +0000
committerJoachim Breitner <mail@joachim-breitner.de>2014-02-07 17:59:29 +0000
commit312686c172eefb74237c8a61e2cca1b2af7459c1 (patch)
tree705cc336844aa1f978b611117f026a4c6835286b /testsuite
parentc3ff5f29c80680a09c7779aee2535fa64b880cd9 (diff)
downloadhaskell-312686c172eefb74237c8a61e2cca1b2af7459c1.tar.gz
In deepSplitCprType_maybe, be more forgiving
the ConTag may be out of range (e.g. if the type constructor is imported via SOURCE and we don't know any of its data constructors); just return Nothing without complaining in that case. This fixes #8743.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/stranal/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/stranal/should_compile/all.T b/testsuite/tests/stranal/should_compile/all.T
index 2c53ebb252..0d10a99fe6 100644
--- a/testsuite/tests/stranal/should_compile/all.T
+++ b/testsuite/tests/stranal/should_compile/all.T
@@ -18,5 +18,5 @@ test('newtype', req_profiling, compile, ['-prof -auto-all'])
test('T1988', normal, compile, [''])
test('T8467', normal, compile, [''])
test('T8037', normal, compile, [''])
-test('T8743', [ expect_broken(8743), extra_clean(['T8743.o-boot', 'T8743.hi-boot']) ], multimod_compile, ['T8743', '-v0'])
+test('T8743', [ extra_clean(['T8743.o-boot', 'T8743.hi-boot']) ], multimod_compile, ['T8743', '-v0'])