From f7b78d5436955177f5b10a7c9e50ada732e26ee5 Mon Sep 17 00:00:00 2001 From: zouxiaohang <1210603696@qq.com> Date: Mon, 31 Aug 2015 16:34:31 +0800 Subject: [PATCH] test --- TinySTL/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinySTL/main.cpp b/TinySTL/main.cpp index f1a9726..61fad26 100644 --- a/TinySTL/main.cpp +++ b/TinySTL/main.cpp @@ -53,7 +53,7 @@ int main(){ TinySTL::UniquePtrTest::testAllCases(); TinySTL::Unordered_setTest::testAllCases(); TinySTL::VectorTest::testAllCases(); - + system("pause"); return 0; } \ No newline at end of file -- GitLab