From 351bcc91b53c3559309002388fd3357f5700f4b6 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 30 Jul 2022 09:50:29 -0700 Subject: Fix some test cases in the compiler. --- csc/encoding-test.csc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csc/encoding-test.csc') 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)))))))) -- cgit v1.3.1