Fixed minor ASHC bug

This commit is contained in:
Jeff 2017-03-05 16:19:25 -08:00 committed by Jeff Parsons
commit 6b68525f24
5 changed files with 17 additions and 8 deletions

View file

@ -179,6 +179,9 @@ test("lsh 3");
test("lsh -3");
test("rot 6");
test("rot -6");
test("set 0o112233445566 0o123456123456");
test("rot 18");
test("ash -3");
repl.start({
prompt: "int36> ",