duplicate keypress on failing test

This commit is contained in:
Kartik K. Agaram 2022-02-26 19:47:06 -08:00
parent 7852cdfebe
commit 061e6a21a5
1 changed files with 0 additions and 1 deletions

View File

@ -1256,7 +1256,6 @@ static int run_tests(lua_State* L) {
addstr("1 failure");
else
printw("%d failures", num_failures);
getch();
/* take first failure back to developer mode */
lua_getglobal(L, "teliva_first_failure");
assert(!lua_isnil(L, -1));