aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/variables.bad2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variables.bad b/tests/variables.bad
index 990685f..bb449f6 100644
--- a/tests/variables.bad
+++ b/tests/variables.bad
@@ -1,6 +1,6 @@
1; Basic variable declaration with and without default values. The type could be 1; Basic variable declaration with and without default values. The type could be
2; inferred, but can also be manually specified. 2; inferred, but can also be manually specified.
3let a 3let a: str
4let b: f64 4let b: f64
5let c:u64 = 20 5let c:u64 = 20
6 6