diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-01-16 01:46:12 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-01-16 01:46:12 +0100 |
| commit | e4c01e1c86bd9035750d91762f7a0868f0f56d54 (patch) | |
| tree | f41bdad633874a94c84b6d54695a6bf95b0eb317 /tests/if.tdy | |
| parent | 85b12e35035af28a20d70b1fe3b319156004b24b (diff) | |
| download | sylt-e4c01e1c86bd9035750d91762f7a0868f0f56d54.tar.gz | |
move some tests to strings and test_multiple!
Diffstat (limited to 'tests/if.tdy')
| -rw-r--r-- | tests/if.tdy | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/if.tdy b/tests/if.tdy deleted file mode 100644 index be3e3ca..0000000 --- a/tests/if.tdy +++ /dev/null @@ -1,29 +0,0 @@ -a : int = 0 -res : int = 0 - -if 1 == 2 { - <!> -} - -a = 1 -if a == 0 { - <!> -} - -a = 1 -res = 0 -if a == 1 { - res = 1 -} -res <=> 1 - -a = 1 -res = 0 -if a == 0 { - <!> -} else if a == 1 { - res = 1 -} else { - <!> -} -res <=> 1 |
