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(); }