diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-30 16:35:03 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-30 16:35:03 +0100 |
commit | b71f703d2a75dee0dbceab7102466183410e3a78 (patch) | |
tree | 4ca844b4848a8cddf29ac4af348fe612321a575d /testsuite/tests/polykinds/all.T | |
parent | 0021043415f6f3bac47f9047ac099fce6e337f71 (diff) | |
download | haskell-b71f703d2a75dee0dbceab7102466183410e3a78.tar.gz |
Test Trac #6054
Diffstat (limited to 'testsuite/tests/polykinds/all.T')
-rw-r--r-- | testsuite/tests/polykinds/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/all.T b/testsuite/tests/polykinds/all.T index 5f136b16b9..3e026da116 100644 --- a/testsuite/tests/polykinds/all.T +++ b/testsuite/tests/polykinds/all.T @@ -43,3 +43,4 @@ test('T6039', normal, compile_fail, ['']) test('T6021', normal, compile_fail, ['']) test('T6020a', normal, compile, ['']) test('T6044', normal, compile, ['']) +test('T6054', normal, run_command, ['$MAKE -s --no-print-directory T6054']) |