diff --git a/TinySTL/Test/SuffixArrayTest.cpp b/TinySTL/Test/SuffixArrayTest.cpp index a3ae8e8..658e17f 100644 --- a/TinySTL/Test/SuffixArrayTest.cpp +++ b/TinySTL/Test/SuffixArrayTest.cpp @@ -21,10 +21,10 @@ namespace TinySTL{ } } -using namespace TinySTL::SuffixArrayTest; -int main(){ - testCase(); - - system("pause"); - return 0; -} \ No newline at end of file +//using namespace TinySTL::SuffixArrayTest; +//int main(){ +// testCase(); +// +// system("pause"); +// return 0; +//} \ No newline at end of file