Skip to content

Commit

Permalink
ck_assert not null
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jun 2, 2014
1 parent 7d69ec1 commit 6333261
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 337 deletions.
2 changes: 1 addition & 1 deletion gen_route_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
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
Expand Down
Loading

0 comments on commit 6333261

Please sign in to comment.