From 249fb140ad2c7a4e83f855ce7dcbd024404b8b82 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 7 Nov 2013 07:33:08 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@6535 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/Ref/Ref.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"); }