diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-07-31 13:48:46 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-07-31 15:49:42 +0100 |
commit | dc7d3c2d437b310d26b05033d1b34601e1914d00 (patch) | |
tree | e7436b3cf456d6d2f9d05ec56b25be239263afdc /testsuite/tests/gadt/all.T | |
parent | 0be7c2cf1aa7c7747d27fb985e032ea2eeeb718e (diff) | |
download | haskell-dc7d3c2d437b310d26b05033d1b34601e1914d00.tar.gz |
Test Trac #9380
Diffstat (limited to 'testsuite/tests/gadt/all.T')
-rw-r--r-- | testsuite/tests/gadt/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T index 52a8812377..4a42bb7799 100644 --- a/testsuite/tests/gadt/all.T +++ b/testsuite/tests/gadt/all.T @@ -123,3 +123,4 @@ test('T7321', test('T7974', normal, compile, ['']) test('T7558', normal, compile_fail, ['']) test('T9096', normal, compile, ['']) +test('T9380', normal, compile_and_run, ['']) |