Don't attempt to escape % in SparseByteSetBench
Summary: Because it doesn't need to be escaped, and MSVC will warn about invalid escape sequences. If being built with HHVM's settings for MSVC, it's actually an error, as the same warning is produced for multi-byte escape sequences in narrow strings. Reviewed By: yfeldblum Differential Revision: D3704596 fbshipit-source-id: 603e57a35f8b7433d1f6e47f4c2882244536b14f
Showing
Please register or sign in to comment