diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2012-05-15 16:37:28 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2012-05-15 22:19:10 +0100 |
commit | ada75a845fe1b1e7b051ec82556fd464efc2ecda (patch) | |
tree | f217ba2d7f70c28a1954f1f03aac30d7977a52c0 /testsuite/.gitignore | |
parent | 24d70daed5082f1aa32424e12650e136ca404771 (diff) | |
download | haskell-ada75a845fe1b1e7b051ec82556fd464efc2ecda.tar.gz |
Testsuite update for unboxed tuples in arguments
We are careful to test slow calls and RtClosureInspect, as well as standard fast calls
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index b4cd2d536e..e166811566 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1056,6 +1056,8 @@ tests/typecheck/should_run/T3731 tests/typecheck/should_run/T3731-short tests/typecheck/should_run/T4809 tests/typecheck/should_run/T5759 +tests/typecheck/should_run/T5573a +tests/typecheck/should_run/T5573b tests/typecheck/should_run/church tests/typecheck/should_run/mc17 tests/typecheck/should_run/tcrun001 @@ -1102,6 +1104,11 @@ tests/typecheck/should_run/tcrun043 tests/typecheck/should_run/tcrun044 tests/typecheck/should_run/tcrun045 tests/typecheck/should_run/tcrun046 +tests/typecheck/should_run/tcrun047 +tests/typecheck/should_run/tcrun048 +tests/typecheck/should_run/tcrun049 +tests/typecheck/should_run/tcrun050 +tests/typecheck/should_run/tcrun051 tests/typecheck/should_run/testeq2 tests/typecheck/testeq1/typecheck.testeq1 |