mirror of
https://github.com/open-goal/jak-project
synced 2026-09-01 09:53:12 -04:00
[goalc] Fix error when putting #f in an array of symbols (#1804)
This commit is contained in:
@@ -51,5 +51,6 @@ TEST_F(Jak2GoalcTests, All) {
|
||||
"basic types: type symbol string function\n"
|
||||
"bools: #t #f #t #f #f #t\n"
|
||||
"zero: 0\n"
|
||||
"parent of type: basic structure object object\n0\n"});
|
||||
"parent of type: basic structure object object\n"
|
||||
"array: asdf #f\n0\n"});
|
||||
}
|
||||
Reference in New Issue
Block a user