[Groonga-commit] groonga/groonga at 3f34660 [master] test: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 16 15:46:43 JST 2017


Kouhei Sutou	2017-03-16 15:46:43 +0900 (Thu, 16 Mar 2017)

  New Revision: 3f34660173bcdd73ddf3c45879fc566c8d6c59c1
  https://github.com/groonga/groonga/commit/3f34660173bcdd73ddf3c45879fc566c8d6c59c1

  Message:
    test: fix a typo

  Modified files:
    test/unit/core/test-object.c

  Modified: test/unit/core/test-object.c (+1 -1)
===================================================================
--- test/unit/core/test-object.c    2017-03-16 15:45:52 +0900 (6c2ead3)
+++ test/unit/core/test-object.c    2017-03-16 15:46:43 +0900 (cf925ad)
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index