Fix bad merge.
authorMichael Lee <mzlee@fb.com>
Mon, 8 Feb 2016 20:53:55 +0000 (12:53 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Mon, 8 Feb 2016 21:20:27 +0000 (13:20 -0800)
Summary:
FBStringTest.cpp was refactored, but the TestUtil and
TemporaryFile was not properly removed.

Reviewed By: yfeldblum

Differential Revision: D2913045

fb-gh-sync-id: 710c3f5b808acb634dfcd65219484ddc257ed52c

folly/test/FBStringTest.cpp

index c32591424062dfe63a854b29809ae63e2d905cdc..629f04974c371e2ee6b892739c2fb4645a4a3647 100644 (file)
@@ -33,7 +33,6 @@
 #include <folly/Portability.h>
 #include <folly/Random.h>
 #include <folly/Conv.h>
-#include <folly/experimental/TestUtil.h>
 
 using namespace std;
 using namespace folly;