diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-01-03 16:33:59 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-01-03 16:33:59 +0000 |
commit | de705b801a10c7f9a1c9a0db79582258b3379afc (patch) | |
tree | 172780a9d43ada99274fa2aaa921ff6a1a98e7a3 /testsuite/tests/ghc-api/all.T | |
parent | 7f2bf06ebfb53f75196ff285d3f4f741bba5459b (diff) | |
download | haskell-de705b801a10c7f9a1c9a0db79582258b3379afc.tar.gz |
Test Trac #8628
Diffstat (limited to 'testsuite/tests/ghc-api/all.T')
-rw-r--r-- | testsuite/tests/ghc-api/all.T | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/all.T b/testsuite/tests/ghc-api/all.T index 998bcd711e..1f83dcdd3a 100644 --- a/testsuite/tests/ghc-api/all.T +++ b/testsuite/tests/ghc-api/all.T @@ -5,3 +5,6 @@ test('T6145', when(fast(), skip), test('T8639_api', when(fast(), skip), run_command, ['$MAKE -s --no-print-directory T8639_api']) +test('T8628', when(fast(), skip), + run_command, + ['$MAKE -s --no-print-directory T8628']) |