logging: update the tests to allow alternative type name demangling
Summary: Several of the tests in LoggerTest.cpp check error messages that include demangled type names. The type names are returned slightly differently on other platforms (e.g., `i` instead of `int`, or `A13_c` instead of `char [13]`) This changes the tests to perform regular expression matches rather than exact string matches. This now allows any strings to appear where a type name is expected. Reviewed By: yfeldblum Differential Revision: D6805680 fbshipit-source-id: 56d501944dacb505c3c09d84c555a1f686065077
Showing
Please register or sign in to comment