Removed TODO comment related to creating language tests.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 8 Jul 2019 21:17:39 +0000 (14:17 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 8 Jul 2019 21:17:39 +0000 (14:17 -0700)
vv_interpreter.c

index ca2f772..dd72781 100644 (file)
@@ -440,8 +440,6 @@ main(int argc, char ** argv)
             exit(EXIT_FAILURE);
             unset_terminal_mode();
         }
             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++]) {
 
         /* Decode the IMPs */
         switch (ws_code_space[pc++]) {