mirror of
https://github.com/open-goal/jak-project
synced 2026-09-07 03:30:01 -04:00
Allow setting a field with partially defined field (#646)
* allow setting a field with partially defined field * actually run the test
This commit is contained in:
@@ -545,6 +545,12 @@ TEST_F(WithGameTests, InlinedPackedBasics) {
|
||||
"0\n"});
|
||||
}
|
||||
|
||||
TEST_F(WithGameTests, PartialDefineTypeField) {
|
||||
runner.run_static_test(env, testCategory, "test-partial-define-type-field.gc",
|
||||
{"#f\n"
|
||||
"0\n"});
|
||||
}
|
||||
|
||||
// VECTOR FLOAT TESTS
|
||||
|
||||
// ---- One off Tests
|
||||
|
||||
Reference in New Issue
Block a user