aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-11 13:25:32 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-11 13:25:32 +0100
commit6c631112c5dc05f861100471d97023dddaa17283 (patch)
treef75255b32431629ca3c95293134d76ba71457baa /src/main.rs
parentdf0bb5053c17123166b87ec35796f75ff99b54be (diff)
downloadsylt-6c631112c5dc05f861100471d97023dddaa17283.tar.gz
test scoping
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 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");
}