diff options
Diffstat (limited to 'Source/ctest.h')
-rw-r--r-- | Source/ctest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/ctest.h b/Source/ctest.h index 60065a1..033707f 100644 --- a/Source/ctest.h +++ b/Source/ctest.h @@ -26,7 +26,8 @@ public: /** * Run the test for a directory and any subdirectories */ - void ProcessDirectory(int &passed, std::vector<std::string> &failed); + void ProcessDirectory(std::vector<std::string> &passed, + std::vector<std::string> &failed); /** * Find the executable for a test |