aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ltests.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ltests.c b/ltests.c
index 99456159..7e3a389a 100644
--- a/ltests.c
+++ b/ltests.c
@@ -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 */