projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ced3b
)
Fix bad merge.
author
Michael Lee
<mzlee@fb.com>
Mon, 8 Feb 2016 20:53:55 +0000
(12:53 -0800)
committer
facebook-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
patch
|
blob
|
history
diff --git
a/folly/test/FBStringTest.cpp
b/folly/test/FBStringTest.cpp
index c32591424062dfe63a854b29809ae63e2d905cdc..629f04974c371e2ee6b892739c2fb4645a4a3647 100644
(file)
--- a/
folly/test/FBStringTest.cpp
+++ b/
folly/test/FBStringTest.cpp
@@
-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;