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