From 3c6fa24a6a2ec2a942169851f8e94bb0a2900c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=93=E8=88=AA?= <1210603696@qq.com> Date: Thu, 12 Mar 2015 16:32:44 +0800 Subject: [PATCH] --- TinySTL/Test/UniquePtrTest.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TinySTL/Test/UniquePtrTest.h b/TinySTL/Test/UniquePtrTest.h index a0dc34f..dd9002e 100644 --- a/TinySTL/Test/UniquePtrTest.h +++ b/TinySTL/Test/UniquePtrTest.h @@ -10,6 +10,8 @@ namespace TinySTL{ namespace UniquePtrTest{ void testCase1(); + void testCase2(); + void testCase3(); void testAllCases(); } -- GitLab