From f957f0ba7bce1c1fb18df37cc11bb3906b96735f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 11 Jan 2021 16:05:01 +0100 Subject: test ifs --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') 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"); } -- cgit v1.2.1