Use .string() not .native() in TestUtil.cpp
Summary: Because `.native()` returns a wide string on MSVC, but a normal string is expected by the rest of the code. Closes #283 Reviewed By: @yfeldblum Differential Revision: D2307488 Pulled By: @sgolemon
Showing
Please register or sign in to comment