summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-08-25 23:39:46 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-08-25 23:39:46 +0200
commit6aec0ce0fb005457b53633b9599998117a1003cf (patch)
treeb7ddd0b6512876c8a8351e473849170cecb10268 /data/tests/conditionals.fate
parent8f1702278c55cb2f55ef7ca7d26d46e96ceffd73 (diff)
Woops, forgot to change some booleans.
Diffstat (limited to 'data/tests/conditionals.fate')
-rw-r--r--data/tests/conditionals.fate2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tests/conditionals.fate b/data/tests/conditionals.fate
index 0728cbc..e7f0f08 100644
--- a/data/tests/conditionals.fate
+++ b/data/tests/conditionals.fate
@@ -198,7 +198,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;; INSTRUCTIONS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(global boolean test_var)
+(global bool test_var)
(set test_var (true))
(assert (var test_var) FAILED: setting test_var)