diff options
Diffstat (limited to '')
-rw-r--r-- | ltests.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -523,7 +523,6 @@ static lu_mem checkgraylist (global_State *g, GCObject *o) { | |||
523 | ((void)g); /* better to keep it available if we need to print an object */ | 523 | ((void)g); /* better to keep it available if we need to print an object */ |
524 | while (o) { | 524 | while (o) { |
525 | lua_assert(!!isgray(o) ^ (getage(o) == G_TOUCHED2)); | 525 | lua_assert(!!isgray(o) ^ (getage(o) == G_TOUCHED2)); |
526 | //lua_assert(isgray(o) || getage(o) == G_TOUCHED2); | ||
527 | lua_assert(!testbit(o->marked, TESTBIT)); | 526 | lua_assert(!testbit(o->marked, TESTBIT)); |
528 | if (keepinvariant(g)) | 527 | if (keepinvariant(g)) |
529 | l_setbit(o->marked, TESTBIT); /* mark that object is in a gray list */ | 528 | l_setbit(o->marked, TESTBIT); /* mark that object is in a gray list */ |