Skip to content

Commit cd42350

Browse files
authored
Merge pull request #127 from sue445/fix_spec
Fix spec
2 parents 3d0ed1c + d387cc7 commit cd42350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_tools/ruby_h_to_go/spec/ruby_header_parser/parser_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
its(:definition) { should eq "void *rb_thread_call_with_gvl(void *(*func)(void *), void *data1)" }
6363
its(:filepath) { should be_end_with "/ruby/thread.h" }
6464
its(:typeref) { should eq typedef(type: "void", pointer: :ref) }
65+
its(:args) { should eq args }
6566
end
6667
end
6768

0 commit comments

Comments
 (0)