aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-11 16:05:01 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-11 16:05:10 +0100
commitf957f0ba7bce1c1fb18df37cc11bb3906b96735f (patch)
treea74900aff74e3bc24d700ec800b39bc13d63084e /src/main.rs
parent711968ffb31ee06630ed43740fd2538becc2765b (diff)
downloadsylt-f957f0ba7bce1c1fb18df37cc11bb3906b96735f.tar.gz
test ifs
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index a2b5dae..e25aab4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -76,4 +76,5 @@ mod tests {
test_file!(order_of_operations, "tests/order-of-operations.tdy");
test_file!(variables, "tests/variables.tdy");
test_file!(scoping, "tests/scoping.tdy");
+ test_file!(ifs, "tests/if.tdy");
}