From f5873cb9631842b7485b3a043c2464be958a745c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=93=E8=88=AA?= <1210603696@qq.com> Date: Sat, 20 Dec 2014 09:45:17 +0800 Subject: [PATCH] add --- TinySTL/Test/PairTest.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TinySTL/Test/PairTest.h diff --git a/TinySTL/Test/PairTest.h b/TinySTL/Test/PairTest.h new file mode 100644 index 0000000..d990286 --- /dev/null +++ b/TinySTL/Test/PairTest.h @@ -0,0 +1,10 @@ +#ifndef _PAIR_TEST_H_ +#define _PAIR_TEST_H_ + +void testCase1(); +void testCase2(); +void testCase3(); +void testCase4(); +void testCase5(); + +#endif \ No newline at end of file