diff options
author | Eric Seidel <gridaphobe@gmail.com> | 2015-09-02 20:17:01 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-09-02 20:24:33 +0200 |
commit | 32a9eada8dc4f61a2fb801edf1fda822cb56e0dd (patch) | |
tree | 164ab490a62fd66f06c8228cbb68d5b85842a6fa /testsuite/.gitignore | |
parent | 3b233793b2131c1c77be3b2d81f48e569c422439 (diff) | |
download | haskell-32a9eada8dc4f61a2fb801edf1fda822cb56e0dd.tar.gz |
Fix some tests that were broken by D861
I didn't realize that `./validate` does not run every test :(
Test Plan: ./validate --slow
Update submodule hpc.
Differential Revision: https://phabricator.haskell.org/D1204
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 7496958bb2..10abec47ea 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1481,6 +1481,7 @@ mk/ghcconfig*_bin_ghc*.exe.mk /tests/typecheck/should_fail/tcfail149 /tests/typecheck/should_run/Defer01 /tests/typecheck/should_run/IPRun +/tests/typecheck/should_run/IPLocation /tests/typecheck/should_run/T1624 /tests/typecheck/should_run/T1735 /tests/typecheck/should_run/T2722 |