aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-12 23:35:47 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-12 23:35:47 +0100
commit4db5a471562130947830ad3edc127a7a994f8e7d (patch)
treebf05efc8fd5173e1073e70c8157c63a22bbab6b4 /src/lib.rs
parentb9710f5de083e8205dbb51921f43d96b17fd43cf (diff)
downloadsylt-4db5a471562130947830ad3edc127a7a994f8e7d.tar.gz
test for-loops and scope loop variables
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 53fa0f3..5bef0ae 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -64,4 +64,5 @@ mod tests {
test_file!(variables, "tests/variables.tdy");
test_file!(scoping, "tests/scoping.tdy");
test_file!(if_, "tests/if.tdy");
+ test_file!(for_, "tests/for.tdy");
}