From 34319254b0bc006127f370fcbf4a49810b6567b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=93=E8=88=AA?= <1210603696@qq.com> Date: Tue, 30 Dec 2014 13:00:14 +0800 Subject: [PATCH] fix --- TinySTL/Test/SuffixArrayTest.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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