aboutsummaryrefslogtreecommitdiffstats
path: root/csc/encoding-test.csc
diff options
context:
space:
mode:
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))))))))