diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 1 |
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"); } |
