From 6c631112c5dc05f861100471d97023dddaa17283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 11 Jan 2021 13:25:32 +0100 Subject: test scoping --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index dc4b14c..8517561 100644 --- a/src/main.rs +++ b/src/main.rs @@ -47,4 +47,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"); } -- cgit v1.2.1