diff options
author | Roman Shatsov <roshats@gmail.com> | 2015-12-07 11:24:36 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-07 12:15:03 +0100 |
commit | 2110037e270c5ea36de63e4d95a3175751338571 (patch) | |
tree | 3079e261df8c29491fdb6a7049d5a3d1d4316642 /testsuite/.gitignore | |
parent | 91e985cd99e9f628e7cd01fc5dd0e6f596337446 (diff) | |
download | haskell-2110037e270c5ea36de63e4d95a3175751338571.tar.gz |
Add isImport, isDecl, and isStmt functions to GHC API
Reviewers: austin, thomie, bgamari
Reviewed By: thomie, bgamari
Subscribers: mpickering, thomie
Differential Revision: https://phabricator.haskell.org/D1518
GHC Trac Issues: #9015
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 dee90124c3..07bf0bc630 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -750,6 +750,7 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk /tests/ghc-api/T7478/T7478 /tests/ghc-api/T8628 /tests/ghc-api/T8639_api +/tests/ghc-api/T9015 /tests/ghc-api/T9595 /tests/ghc-api/apirecomp001/myghc /tests/ghc-api/dynCompileExpr/dynCompileExpr |