aboutsummaryrefslogtreecommitdiff
path: root/tests/errors
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors')
-rw-r--r--tests/errors/const_assign.amal.z6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/errors/const_assign.amal.z b/tests/errors/const_assign.amal.z
deleted file mode 100644
index 99b1210..0000000
--- a/tests/errors/const_assign.amal.z
+++ /dev/null
@@ -1,6 +0,0 @@
-FUNC_START 0
-mov r0, i0
-mov r1, r0
-mov r2, i1
-mov r1, r2
-FUNC_END