BUGFIX: scopes weren't expanding as intended

This commit is contained in:
2026-04-24 12:41:16 +10:00
parent 9a75226491
commit 4aec343b6c
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -586,7 +586,7 @@ int test_table_expansions_under_stress(void) {
//check the state
if (table == NULL ||
table->capacity != 512 ||
table->capacity != 1024 ||
table->count != 400 ||
TOY_VALUE_IS_INTEGER(result) != true ||