Fix build breakage in hphp
authorAndrei Alexandrescu <aalexandre@fb.com>
Tue, 9 Jul 2013 23:11:19 +0000 (16:11 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 18 Jul 2013 18:55:35 +0000 (11:55 -0700)
commit2302d45ad8d8ddff953711d209139e10b5c40881
tree6accf27f5243f82bbe88a874250bd8de74f4c758
parentaf1b0a8bb96a65472362db4258e5704580f9d1e4
Fix build breakage in hphp

Summary:
This should fix the build breakage in hphp caused by the latest fbstring changes (after being ported to engshare). Note that I'm flying blind here; I couldn't test with the hphp build because I don't have write access to engshare. @agallagher could you please make sure that this works after the fix?

fbconfig -r hphp && fbmake dbg

Test Plan: tested on folly

Reviewed By: tudorb@fb.com

FB internal diff: D880140
folly/test/FBStringTest.cpp