From 6a74a06430b74567cca60982c591daf63c53c52e Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Thu, 7 Mar 2019 12:46:01 -0500 Subject: [PATCH] Prevent pausing before exiting the program --- testHandler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testHandler.hpp b/testHandler.hpp index f2d939a..867ec72 100644 --- a/testHandler.hpp +++ b/testHandler.hpp @@ -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){