summaryrefslogtreecommitdiffhomepage
path: root/spec/handlers/c/header/function_handler_spec.rb
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-09-28 18:29:41 -0300
committerSeba Gamboa <[email protected]>2015-09-28 18:29:41 -0300
commit73326c64a5e720f7d31b1e52ef9fda341895e800 (patch)
tree065b8ed13fa31c8a910433fe41be8f1bbd213aac /spec/handlers/c/header/function_handler_spec.rb
parent2c3c127806e64ecc32b995913778252a2212c6a9 (diff)
downloadyard-mruby-73326c64a5e720f7d31b1e52ef9fda341895e800.tar.gz
yard-mruby-73326c64a5e720f7d31b1e52ef9fda341895e800.zip
Handle #define directives
Diffstat (limited to 'spec/handlers/c/header/function_handler_spec.rb')
-rw-r--r--spec/handlers/c/header/function_handler_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/handlers/c/header/function_handler_spec.rb b/spec/handlers/c/header/function_handler_spec.rb
index 2270584..dc42c91 100644
--- a/spec/handlers/c/header/function_handler_spec.rb
+++ b/spec/handlers/c/header/function_handler_spec.rb
@@ -6,8 +6,6 @@ describe YARD::MRuby::Handlers::C::Header::FunctionHandler do
MRB_API void mrb_foo( void );
eof
expect(Registry.at('mrb_foo')).not_to be_nil
-
- # puts Registry.send(:thread_local_store).inspect
end
it "should find docstrings attached to functions" do