diff options
author | Reid Barton <rwbarton@gmail.com> | 2015-07-31 17:09:45 -0400 |
---|---|---|
committer | Reid Barton <rwbarton@gmail.com> | 2015-07-31 17:09:46 -0400 |
commit | ad089f58be522cb68c0306c21c5df9d72b6c0aff (patch) | |
tree | b02d2f64e437b7ad932b55dac9426b208ca07c73 /testsuite/.gitignore | |
parent | 8f81af9a133d443720f597ba81ac5a2c5fcc2c3d (diff) | |
download | haskell-ad089f58be522cb68c0306c21c5df9d72b6c0aff.tar.gz |
Give raise# a return type of open kind (#10481)
Test Plan: validate
Reviewers: austin, bgamari, simonpj
Reviewed By: simonpj
Subscribers: simonpj, thomie
Differential Revision: https://phabricator.haskell.org/D1116
GHC Trac Issues: #10481
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 6ebb05a90e..c92ce717a1 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1221,6 +1221,7 @@ mk/ghcconfig*_bin_ghc-*.exe.mk /tests/polykinds/PolyKinds10 /tests/primops/should_run/T6135 /tests/primops/should_run/T7689 +/tests/primops/should_run/T10481 /tests/profiling/should_compile/prof001 /tests/profiling/should_compile/prof002 /tests/profiling/should_run/2592 |