mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-01 22:40:10 +10:00
BUGFIX: scopes weren't expanding as intended
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user