diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-12 16:32:08 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-12 16:32:08 +0100 |
commit | ab4720018afe4798967b1024d27a918c18be3a93 (patch) | |
tree | 8883421aceb13159991b191aa8b0f57f00424a9f /testsuite/tests/gadt/all.T | |
parent | b4166fddd6fa469ecc1fe8fc8dbbacca4d13198d (diff) | |
download | haskell-ab4720018afe4798967b1024d27a918c18be3a93.tar.gz |
Test Trac #7321
Diffstat (limited to 'testsuite/tests/gadt/all.T')
-rw-r--r-- | testsuite/tests/gadt/all.T | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T index f28e28d96c..e68d1264a4 100644 --- a/testsuite/tests/gadt/all.T +++ b/testsuite/tests/gadt/all.T @@ -116,3 +116,7 @@ test('FloatEq', normal, compile, ['']) test('T7205', normal, compile, ['']) test('T7293', normal, compile_fail, ['']) test('T7294', normal, compile, ['']) +test('T7321', + extra_clean(['T7321a.hi', 'T7321a.o']), + run_command, + ['$MAKE -s --no-print-directory T7321']) |