Changeset 934
- Timestamp:
- Sep 9, 2011, 4:38:54 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lol/unit.h
r932 r934 175 175 { 176 176 public: 177 bool run()177 bool Run() 178 178 { 179 179 bool ret = true; -
trunk/test/lol-test.cpp
r919 r934 21 21 { 22 22 lol::TextTestRunner runner; 23 bool success = runner. run();23 bool success = runner.Run(); 24 24 return success ? EXIT_SUCCESS : EXIT_FAILURE; 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.