X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/a805b721f73268be338edf99ed09f03ac842ef2e..75098baa04f129944fb6d4fc2b4b4e863d49410b:/tests/vv_test.py diff --git a/tests/vv_test.py b/tests/vv_test.py index 9345239..fd7ab78 100755 --- a/tests/vv_test.py +++ b/tests/vv_test.py @@ -24,7 +24,7 @@ tests = [ ['2002_arithmetic_subtraction', '', 'A'], ['2003_arithmetic_multiplication', '', 'B'], ['2004_arithmetic_division', '', 'A'], - ['2005_arithmetic_remainder', '', 'A'], + ['2005_arithmetic_remainder', '', 'A113'], ['3001_heap', '', 'BCA'], ['4001_flowcontrol_exit', '', ''], ['4002_flowcontrol_unconditional_jump_to_label', '', 'A'], @@ -37,6 +37,7 @@ tests = [ ['5002_io_output_digit', '', '2'], ['5003_io_input_character', 'A', 'A'], ['5004_io_input_digit', '1', '1'], + ['6001_push_intmin', '', '1'], ] for test in tests: