diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-09-15 13:14:30 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-09-15 13:15:15 -0700 |
commit | b72478f41b85337b84edab8f625d103e197f116c (patch) | |
tree | e0ab347d2885067bdf6a0964304f2e9f3cd9e4a9 /testsuite/.gitignore | |
parent | 65f887e1a0d864526f6a2609a3afc2c151c25e38 (diff) | |
download | haskell-b72478f41b85337b84edab8f625d103e197f116c.tar.gz |
Don't offer hidden modules for autocomplete.
It was annoying to test GHCi directly, so I added a ghc-api unit test
of the function instead.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
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 4f8ac870e6..e8b83e8c3c 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -688,6 +688,7 @@ mk/ghcconfig_*_inplace_bin_ghc-stage2.exe.mk /tests/ghc-api/T7478/T7478 /tests/ghc-api/T8628 /tests/ghc-api/T8639_api +/tests/ghc-api/T9595 /tests/ghc-api/apirecomp001/myghc /tests/ghc-api/dynCompileExpr/dynCompileExpr /tests/ghc-api/ghcApi |