STYLE: Fix line length style violation.
This commit is contained in:
parent
1b4601f907
commit
3e20b9c1a0
|
@ -250,7 +250,8 @@ public:
|
||||||
// environment variables prior to running the test. After running the test,
|
// environment variables prior to running the test. After running the test,
|
||||||
// environment variables are restored to their previous values.
|
// environment variables are restored to their previous values.
|
||||||
int RunTest(std::vector<const char*> args, std::string* output, int *retVal,
|
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
|
* Execute handler and return its result. If the handler fails, it returns
|
||||||
|
|
Loading…
Reference in New Issue