Skip to content

Commit

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

Reviewed By: frankfeir

Differential Revision: D58833757

fbshipit-source-id: 6a6bf99dbd017de08d1c73d2396b1d72c2f15310
  • Loading branch information
Gownta authored and facebook-github-bot committed Jun 20, 2024
1 parent c808d83 commit be70389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katran/tpr/bpf_util/SystemError.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <folly/Conv.h>
#include <folly/Expected.h>
#include <folly/experimental/TestUtil.h>
#include <folly/testing/TestUtil.h>

namespace katran_tpr {

Expand Down

0 comments on commit be70389

Please sign in to comment.