diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-07-30 09:50:29 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-07-30 09:50:29 -0700 |
| commit | 351bcc91b53c3559309002388fd3357f5700f4b6 (patch) | |
| tree | 3dac2dafa5f2842c6716864e14582fc6d15e5ffe /csc/encoding-test.csc | |
| parent | Write more tests for decode. (diff) | |
| download | chromatopelma-351bcc91b53c3559309002388fd3357f5700f4b6.tar.zst | |
Fix some test cases in the compiler.
Diffstat (limited to 'csc/encoding-test.csc')
| -rw-r--r-- | csc/encoding-test.csc | 4 |
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)))))))) |
