aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/field_assign.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/field_assign.sy')
-rw-r--r--progs/tests/auto/field_assign.sy5
1 files changed, 0 insertions, 5 deletions
diff --git a/progs/tests/auto/field_assign.sy b/progs/tests/auto/field_assign.sy
deleted file mode 100644
index 93837ea..0000000
--- a/progs/tests/auto/field_assign.sy
+++ /dev/null
@@ -1,5 +0,0 @@
-start :: fn {
-blob A { a: int }
- a := A()
- a.a = 2
-}