diff options
author | Kevin Buhr <buhr@asaurus.net> | 2019-05-06 19:24:31 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-05-10 16:51:11 -0400 |
commit | 6f07f828e4f7a445fabd82dcb3fbf6edb2641369 (patch) | |
tree | b991acc87354b2470f1633218718a8b4bd974da9 /testsuite/.gitignore | |
parent | 10f579ad57cb5a11f67694df9ad4823656d91e7b (diff) | |
download | haskell-6f07f828e4f7a445fabd82dcb3fbf6edb2641369.tar.gz |
Add regression test case for old issue #493
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 d9fa58dbdb..737c9f2385 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -694,6 +694,7 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk /tests/ffi/should_run/Capi_Ctype_002 /tests/ffi/should_run/Capi_Ctype_A_001.hs /tests/ffi/should_run/Capi_Ctype_A_002.hs +/tests/ffi/should_run/T493 /tests/ffi/should_run/T1288 /tests/ffi/should_run/T1679 /tests/ffi/should_run/T2276 |