diff options
author | Reid Barton <rwbarton@gmail.com> | 2014-08-09 19:20:53 -0400 |
---|---|---|
committer | Reid Barton <rwbarton@gmail.com> | 2014-08-09 19:20:53 -0400 |
commit | b7b7633dfc350322756b8735a4d7c9a5c42d1721 (patch) | |
tree | 29b68d6d1e19a1989884f33c47e6767350770e5d /testsuite/.gitignore | |
parent | 8e01ca6872c1db9b1b2f7c0ba05d01b1c3436307 (diff) | |
download | haskell-b7b7633dfc350322756b8735a4d7c9a5c42d1721.tar.gz |
Add a test for plusWord2#, addIntC#, subIntC#
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 f0f8132208..e6e6bb29f7 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1009,6 +1009,7 @@ mk/ghcconfig_*_inplace_bin_ghc-stage2.exe.mk /tests/numeric/should_run/3676 /tests/numeric/should_run/4381 /tests/numeric/should_run/4383 +/tests/numeric/should_run/CarryOverflow /tests/numeric/should_run/NumDecimals /tests/numeric/should_run/T3676 /tests/numeric/should_run/T4381 |