summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-09-15 23:03:25 +0200
committerEugen Wissner <belka@caraus.de>2024-09-15 23:03:25 +0200
commitc9ff4f0a2a2cfa31964a307c08f9baa349565bbd (patch)
tree780fd5b416c9c8a54b0d7933a70a2d49e4c8d549 /tests
parentd29012d30e158edc28d4467b69a95b5a3c68f04d (diff)
downloadelna-c9ff4f0a2a2cfa31964a307c08f9baa349565bbd.tar.gz
Add call pseudo instruction
Diffstat (limited to 'tests')
-rw-r--r--tests/expectations/empty.txt1
-rw-r--r--tests/vm/empty.elna2
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/expectations/empty.txt b/tests/expectations/empty.txt
index e69de29..573541a 100644
--- a/tests/expectations/empty.txt
+++ b/tests/expectations/empty.txt
@@ -0,0 +1 @@
+0
diff --git a/tests/vm/empty.elna b/tests/vm/empty.elna
index e69de29..fffe51f 100644
--- a/tests/vm/empty.elna
+++ b/tests/vm/empty.elna
@@ -0,0 +1,2 @@
+proc main() {
+}