ENH: fix return type
This commit is contained in:
parent
ed387ffe6b
commit
5d5fd641c3
@ -172,7 +172,7 @@ public:
|
|||||||
|
|
||||||
///! The max output width
|
///! The max output width
|
||||||
int GetMaxTestNameWidth() const;
|
int GetMaxTestNameWidth() const;
|
||||||
int SetMaxTestNameWidth(int w) { this->MaxTestNameWidth = w;}
|
void SetMaxTestNameWidth(int w) { this->MaxTestNameWidth = w;}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run a single executable command and put the stdout and stderr
|
* Run a single executable command and put the stdout and stderr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user