Skip to content

Commit

Permalink
Deshim TestUtil in openr
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.openr

Reviewed By: praihan

Differential Revision: D58833743

fbshipit-source-id: f5aaee1d3dfb13e7551c355becf8a78a2884132b
  • Loading branch information
Gownta authored and facebook-github-bot committed Jun 24, 2024
1 parent 5772f51 commit 2490a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openr/config/tests/ConfigTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

#include <folly/FileUtil.h>
#include <folly/experimental/TestUtil.h>
#include <folly/testing/TestUtil.h>
#include <glog/logging.h>
#include <gtest/gtest.h>

Expand Down

0 comments on commit 2490a97

Please sign in to comment.