diff options
| author | Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> | 2023-01-05 09:45:44 +0100 |
|---|---|---|
| committer | Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> | 2023-01-11 09:32:13 +0000 |
| commit | 40ba0e84d53f605ccf01836e9c2d27892728ae81 (patch) | |
| tree | e8cb2c8310381b238e1b0e3b42f2d313712ba7f8 /src/tools/rustfmt | |
| parent | cf2dff2b1e3fa55fa5415d524200070d0d7aacfe (diff) | |
| download | rust-40ba0e84d53f605ccf01836e9c2d27892728ae81.tar.gz rust-40ba0e84d53f605ccf01836e9c2d27892728ae81.zip | |
Change `src/test` to `tests` in source files, fix tidy and tests
Diffstat (limited to 'src/tools/rustfmt')
| -rw-r--r-- | src/tools/rustfmt/tests/source/issue-2445.rs | 4 | ||||
| -rw-r--r-- | src/tools/rustfmt/tests/target/issue-2445.rs | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/rustfmt/tests/source/issue-2445.rs b/src/tools/rustfmt/tests/source/issue-2445.rs index 84ce6e647b8..deef429dbee 100644 --- a/src/tools/rustfmt/tests/source/issue-2445.rs +++ b/src/tools/rustfmt/tests/source/issue-2445.rs @@ -1,6 +1,6 @@ test!(RunPassPretty { // comment - path: "src/test/run-pass/pretty", + path: "tests/run-pass/pretty", mode: "pretty", suite: "run-pass", default: false, @@ -9,7 +9,7 @@ test!(RunPassPretty { test!(RunPassPretty { // comment - path: "src/test/run-pass/pretty", + path: "tests/run-pass/pretty", mode: "pretty", suite: "run-pass", default: false, diff --git a/src/tools/rustfmt/tests/target/issue-2445.rs b/src/tools/rustfmt/tests/target/issue-2445.rs index 1bc7752fd16..463c5d49576 100644 --- a/src/tools/rustfmt/tests/target/issue-2445.rs +++ b/src/tools/rustfmt/tests/target/issue-2445.rs @@ -1,6 +1,6 @@ test!(RunPassPretty { // comment - path: "src/test/run-pass/pretty", + path: "tests/run-pass/pretty", mode: "pretty", suite: "run-pass", default: false, @@ -9,7 +9,7 @@ test!(RunPassPretty { test!(RunPassPretty { // comment - path: "src/test/run-pass/pretty", + path: "tests/run-pass/pretty", mode: "pretty", suite: "run-pass", default: false, |
