X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/a805b721f73268be338edf99ed09f03ac842ef2e..9f7f68e5a8c113ad8de2f6b6e6678e4075739125:/stdlib_tests/vv_test.py diff --git a/stdlib_tests/vv_test.py b/stdlib_tests/vv_test.py index c1c2006..cb42baf 100755 --- a/stdlib_tests/vv_test.py +++ b/stdlib_tests/vv_test.py @@ -18,7 +18,8 @@ src_extension = '.pvvs' tests = [ # Format: ['filename_without_extension', 'string for stdin', 'string for expected stdout'] - ['0001_hello_world', '', 'Hello, world!\n'], + ['0001_dumpstack', '', 'TOS:\n1\t:+42\n0\t:+255\n'], + ['0002_dumpheap', '', '32\t:+255\n33\t:+42\n'], ] for test in tests: @@ -29,6 +30,7 @@ for test in tests: print('\n' + test[0]) else: print('.', end='', flush=True) + os.remove(cpp_temp_file) os.remove(temp_file) print("")