aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/blob_infer.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/blob_infer.sy')
-rw-r--r--progs/tests/auto/blob_infer.sy6
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/tests/auto/blob_infer.sy b/progs/tests/auto/blob_infer.sy
index cee18bf..0a1ce1b 100644
--- a/progs/tests/auto/blob_infer.sy
+++ b/progs/tests/auto/blob_infer.sy
@@ -1,8 +1,8 @@
start :: fn {
-blob A { }
+ blob A { }
-a : A = A()
-a
+ a : A = A()
+ a
}