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 | 8c8aa3873f1c7177d532a6093da5e9836611ed4c (patch) | |
| tree | 097f86cc5621a51b441bec04f4ba0e231c3ddcc8 | |
| parent | 664c60a18eb594ef22a31b7fa3a0dfb367cdd442 (diff) | |
| download | rust-8c8aa3873f1c7177d532a6093da5e9836611ed4c.tar.gz rust-8c8aa3873f1c7177d532a6093da5e9836611ed4c.zip | |
Change `src/test` to `tests` in source files, fix tidy and tests
| -rw-r--r-- | tests/source/issue-2445.rs | 4 | ||||
| -rw-r--r-- | tests/target/issue-2445.rs | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/source/issue-2445.rs b/tests/source/issue-2445.rs index 84ce6e647b8..deef429dbee 100644 --- a/tests/source/issue-2445.rs +++ b/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/tests/target/issue-2445.rs b/tests/target/issue-2445.rs index 1bc7752fd16..463c5d49576 100644 --- a/tests/target/issue-2445.rs +++ b/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, |
