diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-05-26 11:39:26 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-05-26 11:39:28 -0400 |
commit | 00f7e2850396c69938ddb017bc8d87ca1ecd882a (patch) | |
tree | afc8cbd1649a734fa0acdbe6fcae3dd23ec8cb42 /testsuite/tests/polykinds/all.T | |
parent | 72835ff223e103c8a187f782146e5f452d74aef6 (diff) | |
download | haskell-00f7e2850396c69938ddb017bc8d87ca1ecd882a.tar.gz |
Add regression test for #14172
Commit 433b80dec1cfef787fc1327a9eada1791b11c12e fixed #14172. Let's
add a regression test to ensure that it stays fixed.
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 5aaa217575..788832d6d3 100644 --- a/testsuite/tests/polykinds/all.T +++ b/testsuite/tests/polykinds/all.T @@ -174,6 +174,7 @@ test('T13391', normal, compile_fail, ['']) test('T13391a', normal, compile, ['']) test('T14270', normal, compile, ['']) test('T14450', normal, compile_fail, ['']) +test('T14172', normal, multimod_compile_fail, ['T14172.hs','-v0']) test('T14174', normal, compile_fail, ['']) test('T14174a', normal, compile, ['']) test('T14520', normal, compile_fail, ['']) |