Skip to content

Commit

Permalink
test: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 16, 2017
1 parent 45ef2ab commit 3f34660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core/test-object.c
Expand Up @@ -869,7 +869,7 @@ test_is_expr(void)
cut_assert_false(grn_obj_is_expr(context, grn_ctx_get(context, "select", -1)));
expr = grn_expr_create(context, NULL, 0);
cut_assert_true(grn_obj_is_expr(context, expr));
grn_expr_close(ctx, expr);
grn_expr_close(context, expr);
}

void
Expand Down

0 comments on commit 3f34660

Please sign in to comment.