Don't attempt to escape % in SparseByteSetBench
authorChristopher Dykes <cdykes@fb.com>
Thu, 11 Aug 2016 22:58:04 +0000 (15:58 -0700)
committerFacebook Github Bot 1 <facebook-github-bot-1-bot@fb.com>
Thu, 11 Aug 2016 23:08:26 +0000 (16:08 -0700)
commit9d2c7aa0daa8235ac916bbdd7b273b967fc8f133
tree6046ed2077916dc4aa3377b2423f470f5919af90
parent591b9f3e6893af3afd567516fecf6ca015aaedff
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
folly/test/SparseByteSetBench.cpp