diff --git a/examples/test4.cpp b/examples/test4.cpp index bd19832..db64aba 100644 --- a/examples/test4.cpp +++ b/examples/test4.cpp @@ -18,6 +18,7 @@ class MyOutput : public StdOutput { cerr << "my failure message: " << endl << e.what() << endl; + exit(1); } virtual void usage(CmdLineInterface& c)