diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-10-28 17:00:29 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-10-28 17:00:29 -0400 |
commit | 60343a419ab44d387cfd11f0dd2b522fd922e63a (patch) | |
tree | e866983c7e5c3f2fb29d963f79b2dbc8c9940f93 /testsuite/tests/partial-sigs/should_fail/all.T | |
parent | aae2b3d522aae49311a9f9c52d40fb58c99eed13 (diff) | |
download | haskell-60343a419ab44d387cfd11f0dd2b522fd922e63a.tar.gz |
Add test for #12732
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/all.T')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/all.T b/testsuite/tests/partial-sigs/should_fail/all.T index dca7f480ed..42bd088c12 100644 --- a/testsuite/tests/partial-sigs/should_fail/all.T +++ b/testsuite/tests/partial-sigs/should_fail/all.T @@ -63,3 +63,4 @@ test('T11976', normal, compile_fail, ['']) test('PatBind3', normal, compile_fail, ['']) test('T12039', normal, compile_fail, ['']) test('T12634', normal, compile_fail, ['']) +test('T12732', normal, compile_fail, ['-fobject-code -fdefer-typed-holes']) |