mirror of https://github.com/milvus-io/milvus.git
Reorder header files for test_span (#10053)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/10110/head
parent
3e3f8b825a
commit
027103b4f6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue