diff --git a/MSVC/MyTinySTL_VS2015.vcxproj b/MSVC/MyTinySTL_VS2015.vcxproj
index aa70a5e..877ea81 100644
--- a/MSVC/MyTinySTL_VS2015.vcxproj
+++ b/MSVC/MyTinySTL_VS2015.vcxproj
@@ -22,33 +22,33 @@
{E88807F6-B07C-4371-BD38-FB1569F894E4}
Win32Proj
MyTinySTL
- 8.1
+ 10.0
MyTinySTL
Application
true
- v140
+ v143
Unicode
Application
false
- v140
+ v143
true
Unicode
Application
true
- v140
+ v143
Unicode
Application
false
- v140
+ v143
true
Unicode
diff --git a/Test/test.cpp b/Test/test.cpp
index 67c795f..287b3ea 100644
--- a/Test/test.cpp
+++ b/Test/test.cpp
@@ -45,6 +45,8 @@ int main()
unordered_set_test::unordered_multiset_test();
string_test::string_test();
+ //测试
+
#if defined(_MSC_VER) && defined(_DEBUG)
_CrtDumpMemoryLeaks();
#endif // check memory leaks