| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-15 00:59:52 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-15 00:59:52 +0200 |
| commit | bfc060584e91398831dee85455e3df0fbbddbf57 (patch) | |
| tree | 025a7de13d2cd69f93c108f78b003a2efe0e04a1 /data/tests/conditionals.fate | |
| parent | e6ae3c38007df8cd139b34f88c1eaeb07f647163 (diff) | |
Finding some issues, as expected.
Diffstat (limited to 'data/tests/conditionals.fate')
| -rw-r--r-- | data/tests/conditionals.fate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tests/conditionals.fate b/data/tests/conditionals.fate index 02730c6..82168ac 100644 --- a/data/tests/conditionals.fate +++ b/data/tests/conditionals.fate @@ -101,7 +101,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; INSTRUCTIONS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(declare_variable boolean test_var) +(global boolean test_var) (set test_var (true)) (assert (var test_var) FAILED: setting test_var) |


