aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/semantics.bad4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/semantics.bad b/tests/semantics.bad
index 18ebec1..09f6682 100644
--- a/tests/semantics.bad
+++ b/tests/semantics.bad
@@ -13,8 +13,8 @@ fun foo(): int {
13; id: str 13; id: str
14; } 14; }
15; } 15; }
16; let a = 1 16let a = 1
17; let a = 2 17let a = 2
18; struct vec { 18; struct vec {
19; x: f64 19; x: f64
20; y: f64 20; y: f64