We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfaa86 commit 6bdfc3eCopy full SHA for 6bdfc3e
_tools/ruby_h_to_go/spec/ruby_header_parser/parser_spec.rb
@@ -135,7 +135,7 @@
135
end
136
137
its(:name) { should eq "rb_big2ll" }
138
- its(:definition) { should eq "rb_big2ll(VALUE)" }
+ its(:definition) { should include "rb_big2ll(VALUE)" }
139
its(:typeref) { should eq typedef(type: "long long") }
140
its(:args) { should eq args }
141
@@ -150,7 +150,7 @@
150
151
152
its(:name) { should eq "rb_big2ull" }
153
- its(:definition) { should eq "rb_big2ull(VALUE)" }
+ its(:definition) { should include "rb_big2ull(VALUE)" }
154
its(:typeref) { should eq typedef(type: "unsigned long long") }
155
156
0 commit comments