From bf27a699c9ef363c57b1726a26f76e0bc167b83e Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Mon, 8 Jul 2019 14:17:39 -0700 Subject: [PATCH] Removed TODO comment related to creating language tests. --- vv_interpreter.c | 2 -- 1 file changed, 2 deletions(-) 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++]) { -- 2.20.1