Prevent pausing before exiting the program

This commit is contained in:
2019-03-07 12:46:01 -05:00
parent b33f790243
commit 6a74a06430

View File

@@ -208,8 +208,8 @@ void testHandler(int argc, char** argv){
testResult = false;
#endif //AUTOKEY_TEST
//Print the results
std::cout << "Results:\n" << resultString << std::endl;
std::cin.get();
}
std::string testingError(codingState type, const std::string& input, const std::string& output, const std::string& cipher){