update ExceptionWrapperTest to have better typeid checks
Summary: Update the ExceptionWrapperTest to check typeid strings against the result of calls to `demangle()`, rather than expecting `typeid(int)` to always be demangled as the string "int". When building with gcc-7.2 on Ubuntu 17.10 these type strings appear to be demangled simply as "i". Reviewed By: yfeldblum Differential Revision: D6817545 fbshipit-source-id: 134952106ad812f6980516247081bb9718b5ab38
Showing
Please register or sign in to comment