Change ScopeGuardTest to work around libc++'s different terminate() semantics.
Summary: - Looks like the default terminate() in libc++ doesn't reflect the exception message to stderr. Instead, it just writes a generic message. Reflect that in the test. Test Plan: - fbconfig -r folly && fbmake runtests - ./configure && make check on Ubuntu/FC/Mac Reviewed By: andrei.alexandrescu@fb.com FB internal diff: D998590
Showing
Please register or sign in to comment