mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
STYLE: Fix line length style violation.
This commit is contained in:
+2
-1
@@ -250,7 +250,8 @@ public:
|
||||
// environment variables prior to running the test. After running the test,
|
||||
// environment variables are restored to their previous values.
|
||||
int RunTest(std::vector<const char*> args, std::string* output, int *retVal,
|
||||
std::ostream* logfile, double testTimeOut, std::vector<std::string>* environment);
|
||||
std::ostream* logfile, double testTimeOut,
|
||||
std::vector<std::string>* environment);
|
||||
|
||||
/**
|
||||
* Execute handler and return its result. If the handler fails, it returns
|
||||
|
||||
Reference in New Issue
Block a user