diff --git a/TinySTL/Test/UniquePtrTest.h b/TinySTL/Test/UniquePtrTest.h index a0dc34f1edd825eed585b6d1b64507f3bb9dd1bd..dd9002eb242f85299f7360ad901c7c9316338438 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(); }