diff options
author | Reid Barton <rwbarton@gmail.com> | 2015-08-06 14:12:38 -0400 |
---|---|---|
committer | Reid Barton <rwbarton@gmail.com> | 2015-08-06 14:58:08 -0400 |
commit | aa230540f5868263740fd7d2f31505a39e2fcb4e (patch) | |
tree | ef9a5da243759f78cf64a0780ac48ade24616e08 /testsuite/tests/driver/all.T | |
parent | 600b153abb78505911db8b0c44e6f172f6ddb18f (diff) | |
download | haskell-aa230540f5868263740fd7d2f31505a39e2fcb4e.tar.gz |
Add test for #10600 (exhaustiveness check with --make and -fno-code)
Diffstat (limited to 'testsuite/tests/driver/all.T')
-rw-r--r-- | testsuite/tests/driver/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T index 65c3776d60..b79f166ddb 100644 --- a/testsuite/tests/driver/all.T +++ b/testsuite/tests/driver/all.T @@ -398,6 +398,8 @@ test('T8959a', test('T703', normal, run_command, ['$MAKE -s --no-print-directory T703']) test('T2182', normal, run_command, ['$MAKE -s --no-print-directory T2182']) test('T8101', normal, compile, ['-Wall -fno-code']) +test('T8101b', expect_broken(10600), multimod_compile, + ['T8101b', '-Wall -fno-code']) def build_T9050(name, way): return simple_build(name + '.cmm', way, '-outputdir=. ', 0, '', 0, 0, 0) |