aboutsummaryrefslogtreecommitdiffstats
path: root/csc/encoding-test.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-07-30 09:50:29 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-07-30 09:50:29 -0700
commit351bcc91b53c3559309002388fd3357f5700f4b6 (patch)
tree3dac2dafa5f2842c6716864e14582fc6d15e5ffe /csc/encoding-test.csc
parentWrite more tests for decode. (diff)
downloadchromatopelma-351bcc91b53c3559309002388fd3357f5700f4b6.tar.zst
Fix some test cases in the compiler.
Diffstat (limited to 'csc/encoding-test.csc')
-rw-r--r--csc/encoding-test.csc4
1 files changed, 2 insertions, 2 deletions
diff --git a/csc/encoding-test.csc b/csc/encoding-test.csc
index 7a96c51..6b28d8e 100644
--- a/csc/encoding-test.csc
+++ b/csc/encoding-test.csc
@@ -117,5 +117,5 @@
(test encode-exit
(assert-equal
- #u8(52)
- (encode '((exit)))))))
+ #u8(#x36 #x1 0 0 0 0 0 0 0)
+ (encode '((exit (const 0))))))))