Changeset 934


Ignore:
Timestamp:
Sep 9, 2011, 4:38:54 PM (12 years ago)
Author:
sam
Message:

lolunit: rename test runner’s run() method to Run() for consistency.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lol/unit.h

    r932 r934  
    175175{
    176176public:
    177     bool run()
     177    bool Run()
    178178    {
    179179        bool ret = true;
  • trunk/test/lol-test.cpp

    r919 r934  
    2121{
    2222    lol::TextTestRunner runner;
    23     bool success = runner.run();
     23    bool success = runner.Run();
    2424    return success ? EXIT_SUCCESS : EXIT_FAILURE;
    2525}
Note: See TracChangeset for help on using the changeset viewer.