Reorder header files for test_span (#10053)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/10110/head
Cai Yudong 2021-10-18 18:10:57 +08:00 committed by GitHub
parent 3e3f8b825a
commit 027103b4f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -10,13 +10,12 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#include <gtest/gtest.h>
#include "utils/tools.h"
#include "test_utils/DataGen.h"
#include "segcore/SegmentGrowing.h"
namespace {
#include "segcore/SegmentGrowing.h"
#include "test_utils/DataGen.h"
#include "utils/tools.h"
const int64_t ROW_COUNT = 100 * 1000;
}
TEST(Span, Naive) {
using namespace milvus;