diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-11-15 17:51:43 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-11-15 17:51:43 +0000 |
commit | 5a3ddc18849a6f39ad48775f296f5746ecb4b006 (patch) | |
tree | c015b8b624e8b2d54c6dd12e6cfc2e09469a2528 /testsuite/tests/deriving/should_run/all.T | |
parent | a49e501da9da97908be65f11851460134d98a18a (diff) | |
download | haskell-5a3ddc18849a6f39ad48775f296f5746ecb4b006.tar.gz |
Test Trac #5628
Diffstat (limited to 'testsuite/tests/deriving/should_run/all.T')
-rw-r--r-- | testsuite/tests/deriving/should_run/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_run/all.T b/testsuite/tests/deriving/should_run/all.T index 83e041f296..dba61e0ec3 100644 --- a/testsuite/tests/deriving/should_run/all.T +++ b/testsuite/tests/deriving/should_run/all.T @@ -32,3 +32,5 @@ test('drvrun-foldable1', normal, compile_and_run, ['']) test('T4136', normal, compile_and_run, ['']) test('T4528a', normal, compile_and_run, ['']) test('T5041', normal, compile_and_run, ['']) +test('T5628', exit_code(1), compile_and_run, ['']) + |