diff --git a/upptst/StringMethods/StringMethods.cpp b/upptst/StringMethods/StringMethods.cpp index ece7d63fe..0e2b566c5 100644 --- a/upptst/StringMethods/StringMethods.cpp +++ b/upptst/StringMethods/StringMethods.cpp @@ -167,8 +167,12 @@ void ATest() CONSOLE_APP_MAIN { + StdLogSetup(LOG_COUT|LOG_FILE); + ATest(); ASSERT((String().Cat() << 123) == "123"); ATest(); + + LOG("======== Everything OK"); }