| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-08-26 11:07:08 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-08-26 11:07:08 +0200 |
| commit | 712e11f17c8e7147b6fce5063f68e51315d5fc09 (patch) | |
| tree | 45a0534e9db7140e53aca81c820da950482cf124 /data/tests/conditionals.fate | |
| parent | 1d6845edc3b9127aed8ad05e68387bd8590efa5a (diff) | |
| parent | 6aec0ce0fb005457b53633b9599998117a1003cf (diff) | |
Merge branch 'master' of dreamhost:~/repositories/git/tonkadur
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 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) |


