upgraded to C++17 compatibility
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
CPPUNIT_ASSERT_THROW(throw, mrw::ExecutionFailedExc);
|
||||
}
|
||||
}
|
||||
void unexpectedExc2() throw(std::bad_exception) {
|
||||
void unexpectedExc2() {
|
||||
try {
|
||||
mrw::PartialExec exec = (mrw::Cmd("/bin/false")).start();
|
||||
while (!exec.finished()) exec.read();
|
||||
|
Reference in New Issue
Block a user