fix? AutoTimerTest
authorAndrey Goder <agoder@fb.com>
Wed, 1 Jul 2015 17:37:34 +0000 (10:37 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 1 Jul 2015 23:24:53 +0000 (16:24 -0700)
commitcd927a9e490c4bef6b9d113e35b4337fb500a542
tree07b0f3fae37aabdf0b7c0d68fca15b2360962795
parent668192ca7476ebc5a858056ca9598a3fc2eb2240
fix? AutoTimerTest

Summary: Apparently this test sometimes fails. @Gownta suggests it's because we're
storing temproaries in StringPiece. Change it to store in a std::string, which
should hopefully fix it.

Reviewed By: @Gownta

Differential Revision: D2208643
folly/experimental/test/AutoTimerTest.cpp