git-svn-id: svn://ultimatepp.org/upp/trunk@6535 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-11-07 07:33:08 +00:00
parent 7eab7f49d5
commit 249fb140ad

View file

@ -120,4 +120,6 @@ CONSOLE_APP_MAIN
DUMP(empty.IsNull());
DUMP(IsNull(empty.GetValue()));
DUMP(~empty);
LOG("--- OK: All tests finished successfully");
}