From 21e6d6bdc476a8acd119dedb13e9c9fd2ac6a656 Mon Sep 17 00:00:00 2001 From: wxyu Date: Mon, 9 Sep 2019 19:13:19 +0800 Subject: [PATCH] MS-530 Add unittest for SearchTask->Load Former-commit-id: 9cb23d3c56487a747fc4b0e00b39c7e61f7fad07 --- cpp/unittest/scheduler/task_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/unittest/scheduler/task_test.cpp diff --git a/cpp/unittest/scheduler/task_test.cpp b/cpp/unittest/scheduler/task_test.cpp new file mode 100644 index 00000000..b3c29af3 --- /dev/null +++ b/cpp/unittest/scheduler/task_test.cpp @@ -0,0 +1,4 @@ +// +// Created by wxyu on 19-9-9. +// + -- GitLab