diff --git a/upptst/Ref/Ref.cpp b/upptst/Ref/Ref.cpp index c71d3b470..99e84267a 100644 --- a/upptst/Ref/Ref.cpp +++ b/upptst/Ref/Ref.cpp @@ -120,4 +120,6 @@ CONSOLE_APP_MAIN DUMP(empty.IsNull()); DUMP(IsNull(empty.GetValue())); DUMP(~empty); + + LOG("--- OK: All tests finished successfully"); }