Update test_segmentation.cpp

This commit is contained in:
Jack Yu
2018-06-22 00:23:35 +08:00
committed by GitHub
parent 42a0a2b370
commit 8e9a7ad87d
+2 -2
View File
@@ -1,5 +1,5 @@
// //
// Created by 庾金科 on 16/10/2017. // Created by Jack Yu on 16/10/2017.
// //
@@ -40,4 +40,4 @@ int main(){
TEST_SLIDINGWINDOWS_EVAL(); TEST_SLIDINGWINDOWS_EVAL();
return 0; return 0;
} }