Skip to content

Commit

Permalink
Deshim TestUtil in eden
Browse files Browse the repository at this point in the history
Summary:
The following rules were deshimmed:
```
//folly/experimental:test_util -> //folly/testing:test_util
```

The following headers were deshimmed:
```
folly/experimental/TestUtil.h -> folly/testing/TestUtil.h
```

This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle.
You have been added as a reviewer by Sentinel or Butterfly.

p:detuv.eden

Reviewed By: genevievehelsel

Differential Revision: D58833765

fbshipit-source-id: 1e13bad45654929d8fec9facff9b72fd61c7305c
  • Loading branch information
Gownta authored and facebook-github-bot committed Jun 22, 2024
1 parent 9ad9a5a commit bca6f20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eden/common/telemetry/test/SubprocessScribeLoggerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

#include <folly/Exception.h>
#include <folly/FileUtil.h>
#include <folly/experimental/TestUtil.h>
#include <folly/portability/GTest.h>
#include <folly/testing/TestUtil.h>

using namespace facebook::eden;
using namespace folly::string_piece_literals;
Expand Down
2 changes: 1 addition & 1 deletion eden/common/testharness/TempFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

#include <folly/Range.h>
#include <folly/experimental/TestUtil.h>
#include <folly/testing/TestUtil.h>

namespace facebook::eden {

Expand Down
2 changes: 1 addition & 1 deletion eden/common/utils/test/MappedDiskVectorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

#include "eden/common/utils/MappedDiskVector.h"

#include <folly/experimental/TestUtil.h>
#include <folly/portability/GTest.h>
#include <folly/test/TestUtils.h>
#include <folly/testing/TestUtil.h>

using facebook::eden::MappedDiskVector;
using folly::test::TemporaryDirectory;
Expand Down
2 changes: 1 addition & 1 deletion eden/common/utils/test/PathFuncsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
#include <boost/functional/hash.hpp>
#include <folly/Exception.h>
#include <folly/FileUtil.h>
#include <folly/experimental/TestUtil.h>
#include <folly/portability/Fcntl.h>
#include <folly/portability/GMock.h>
#include <folly/portability/GTest.h>
#include <folly/portability/SysStat.h>
#include <folly/portability/Unistd.h>
#include <folly/test/TestUtils.h>
#include <folly/testing/TestUtil.h>
#include <sstream>

#include "eden/common/testharness/TempFile.h"
Expand Down
2 changes: 1 addition & 1 deletion eden/common/utils/test/UnixSocketTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
#include <folly/Random.h>
#include <folly/Range.h>
#include <folly/String.h>
#include <folly/experimental/TestUtil.h>
#include <folly/futures/Future.h>
#include <folly/io/IOBuf.h>
#include <folly/io/async/EventBase.h>
#include <folly/logging/xlog.h>
#include <folly/portability/GTest.h>
#include <folly/test/TestUtils.h>
#include <folly/testing/TestUtil.h>
#include <optional>
#include <random>

Expand Down

0 comments on commit bca6f20

Please sign in to comment.