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/tests/ghc-api/T9595.stdout | |
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/tests/ghc-api/T9595.stdout')
-rw-r--r-- | testsuite/tests/ghc-api/T9595.stdout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/T9595.stdout b/testsuite/tests/ghc-api/T9595.stdout new file mode 100644 index 0000000000..91d6f80f27 --- /dev/null +++ b/testsuite/tests/ghc-api/T9595.stdout @@ -0,0 +1,2 @@ +False +True |