ck_assert not null

This commit is contained in:
c9s 2014-06-02 10:17:35 +08:00
parent 7d69ec1d81
commit 6333261f28
2 changed files with 337 additions and 337 deletions

View file

@ -39,7 +39,7 @@ END
paths.each_index do |idx|
path = paths.fetch(idx)
puts " m = r3_tree_match(n, \"#{path}\", NULL);"
puts " ck_assert(m);"
puts " ck_assert(m != NULL);"
puts " ck_assert(m->data == data#{idx});"
puts " ck_assert(m->endpoint > 0);"
end

File diff suppressed because it is too large Load diff