From: Aaron Taylor Date: Mon, 8 Jul 2019 21:17:39 +0000 (-0700) Subject: Removed TODO comment related to creating language tests. X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/commitdiff_plain/bf27a699c9ef363c57b1726a26f76e0bc167b83e Removed TODO comment related to creating language tests. --- diff --git a/vv_interpreter.c b/vv_interpreter.c index ca2f772..dd72781 100644 --- a/vv_interpreter.c +++ b/vv_interpreter.c @@ -440,8 +440,6 @@ main(int argc, char ** argv) exit(EXIT_FAILURE); unset_terminal_mode(); } -// TODO: Have the SIGTERM signal handler and normal term point return the value -// on TOS so I can do rudimentary automated tests. /* Decode the IMPs */ switch (ws_code_space[pc++]) {