From a724e85b495911cbb02c25c6edf9f79526887a11 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Fri, 24 Dec 2021 23:56:53 +0800 Subject: [PATCH] add skiplist test --- source/libs/index/test/indexTests.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libs/index/test/indexTests.cc b/source/libs/index/test/indexTests.cc index de82350aad..18ad37de1f 100644 --- a/source/libs/index/test/indexTests.cc +++ b/source/libs/index/test/indexTests.cc @@ -578,6 +578,7 @@ class SkiplistObj { } int Get(int key, char* buf, int version) { + // TODO // CTerm term; // term.key = key; //// term.version = version; -- GitLab