From a384cc21767f5cbd4bdadfab893d537f56381daa Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 25 Jul 2016 11:20:31 +0000 Subject: [PATCH] .autotest git-svn-id: svn://ultimatepp.org/upp/trunk@10098 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- autotest/CoSort/CoSort.upp | 4 +--- autotest/lz4test/lz4test.cpp | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autotest/CoSort/CoSort.upp b/autotest/CoSort/CoSort.upp index 5f38eeadf..5a0df5050 100644 --- a/autotest/CoSort/CoSort.upp +++ b/autotest/CoSort/CoSort.upp @@ -1,10 +1,8 @@ -optimize_speed; - uses Core; file - CoSort.cpp optimize_speed, + CoSort.cpp, srcdoc.tpp, info.txt; diff --git a/autotest/lz4test/lz4test.cpp b/autotest/lz4test/lz4test.cpp index fe7d9079f..828347e5b 100644 --- a/autotest/lz4test/lz4test.cpp +++ b/autotest/lz4test/lz4test.cpp @@ -132,6 +132,8 @@ CONSOLE_APP_MAIN } lz4.End(); ASSERT(!lz4.IsError()); + + out.Close(); } }