Skip to content

Commit a211149

Browse files
committed
Change ReadMe picture
1 parent 4562057 commit a211149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ c++ programming examples using c++11. Partly use the gtest framework.
2121
此外,较早提交的文件使用的是自己写的一个小的测试框架,基类叫`Messi`, 待测试的类都继承`class Messi`,并且实现其`run`方法。测试的启动点在main.cpp里面的
2222
`ELLOOP_TEST`宏。
2323
内存泄露检查使用了vs自带的`crtdbg`。详见main.cpp.
24-
![Memory Check](http://7xi3zl.com1.z0.glb.clouddn.com/memroy_check.png "Memory Check")
24+
![Memory Check](http://7xi3zl.com1.z0.glb.clouddn.com/memory_leak_check.png "Memory Check")
2525

2626
#License
2727
Files under /include/gtest/ and /libs/gtestd.lib is copied and build from Google's unit test framework - gtest.

0 commit comments

Comments
 (0)