Explorar el Código

Syntax fix in test.

Nick Mathewson hace 7 años
padre
commit
8c06f02c94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/test/test_util.c

+ 1 - 1
src/test/test_util.c

@@ -6227,7 +6227,7 @@ test_util_map_anon_nofork(void *arg)
 #ifndef NOINHERIT_CAN_FAIL
   /* Only if NOINHERIT_CAN_FAIL should it be possible for us to get
    * INHERIT_KEEP behavior in this case. */
-  tt_assert(inherit, OP_NE, INHERIT_RES_KEEP);
+  tt_int_op(inherit, OP_NE, INHERIT_RES_KEEP);
 #else
   if (inherit == INHERIT_RES_KEEP) {
     /* Call this test "skipped", not "passed", since noinherit wasn't