diff options
Diffstat (limited to 'test/process/process_test.cpp')
-rw-r--r-- | test/process/process_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/process/process_test.cpp b/test/process/process_test.cpp index 701f156b..f3cabe0a 100644 --- a/test/process/process_test.cpp +++ b/test/process/process_test.cpp @@ -35,6 +35,7 @@ class ProcessTest : public Test { public: ProcessTest() + : exitStatus_(Process::NotExited), exitCode_(-1) { } |