diff options
author | Austin Seipp <austin@well-typed.com> | 2015-03-19 17:41:08 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-03-19 17:41:14 -0500 |
commit | e02ef0e6d4eefa5f065cc1c33795dfa2114cd58e (patch) | |
tree | d0672e31b2efd10316a330c4d835f179cf015d33 /testsuite/.gitignore | |
parent | 75ef8b3b56f0b33c6be782b59a55b853565ea5f4 (diff) | |
download | haskell-e02ef0e6d4eefa5f065cc1c33795dfa2114cd58e.tar.gz |
testsuite: add a regression test for #10011
Signed-off-by: Austin Seipp <austin@well-typed.com>
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 27ecc020d2..30188e2e06 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1045,6 +1045,7 @@ mk/ghcconfig*_inplace_bin_ghc-stage2.exe.mk /tests/numeric/should_run/T7689 /tests/numeric/should_run/T8726 /tests/numeric/should_run/T9810 +/tests/numeric/should_run/T10011 /tests/numeric/should_run/add2 /tests/numeric/should_run/arith001 /tests/numeric/should_run/arith002 |