| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-11-08 18:21:57 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-11-08 18:21:57 +0100 |
| commit | ac0576fac5b64c34bb6bac8275882861308a51a2 (patch) | |
| tree | d45cd30946aac605c7c86eff2493930320f74165 /data/unit-testing/field_access.fate | |
| parent | 1cefec4d67ac4dbf58aab14fac51e3671688a5f6 (diff) | |
More unit tests.
Diffstat (limited to 'data/unit-testing/field_access.fate')
| -rw-r--r-- | data/unit-testing/field_access.fate | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/unit-testing/field_access.fate b/data/unit-testing/field_access.fate index 4f977f8..dbc2c18 100644 --- a/data/unit-testing/field_access.fate +++ b/data/unit-testing/field_access.fate @@ -23,11 +23,11 @@ (test_struct_type1 ts1) ) -(local test_struct_type0 ts0_0) -(local test_struct_type0 ts0_1) -(local test_struct_type1 ts1_0) -(local test_struct_type1 ts1_1) -(local test_struct_type2 ts2_0) +(global test_struct_type0 ts0_0) +(global test_struct_type0 ts0_1) +(global test_struct_type1 ts1_0) +(global test_struct_type1 ts1_1) +(global test_struct_type2 ts2_0) (set_fields! ts0_0 |


