diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-22 19:02:56 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-22 19:02:56 +0000 |
commit | e672241bf641399a53c97f4df69a2eea9397744e (patch) | |
tree | a17dfdddff4d67b42f269354ece2c82584f8b9ab /testsuite/tests/deriving/should_fail/all.T | |
parent | 27b0f0ba51ba80cb6325fd46ffc0a6552277d5ea (diff) | |
download | haskell-e672241bf641399a53c97f4df69a2eea9397744e.tar.gz |
Add another test for #1133
Diffstat (limited to 'testsuite/tests/deriving/should_fail/all.T')
-rw-r--r-- | testsuite/tests/deriving/should_fail/all.T | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_fail/all.T b/testsuite/tests/deriving/should_fail/all.T index 5ddb2bd373..5fface82bf 100644 --- a/testsuite/tests/deriving/should_fail/all.T +++ b/testsuite/tests/deriving/should_fail/all.T @@ -36,4 +36,7 @@ test('T5287', normal, compile_fail, ['']) test('T5478', normal, compile_fail, ['']) test('T5686', normal, compile_fail, ['']) test('T5922', normal, compile_fail, ['']) - +test('T1133A', + extra_clean(['T1133A.o-boot', 'T1133A.hi-boot']), + run_command, + ['$MAKE --no-print-directory -s T1133A']) |