Skip to content

Commit 8c8aa38

Browse files
Change src/test to tests in source files, fix tidy and tests
1 parent 664c60a commit 8c8aa38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/source/issue-2445.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test!(RunPassPretty {
22
// comment
3-
path: "src/test/run-pass/pretty",
3+
path: "tests/run-pass/pretty",
44
mode: "pretty",
55
suite: "run-pass",
66
default: false,
@@ -9,7 +9,7 @@ test!(RunPassPretty {
99

1010
test!(RunPassPretty {
1111
// comment
12-
path: "src/test/run-pass/pretty",
12+
path: "tests/run-pass/pretty",
1313
mode: "pretty",
1414
suite: "run-pass",
1515
default: false,

tests/target/issue-2445.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test!(RunPassPretty {
22
// comment
3-
path: "src/test/run-pass/pretty",
3+
path: "tests/run-pass/pretty",
44
mode: "pretty",
55
suite: "run-pass",
66
default: false,
@@ -9,7 +9,7 @@ test!(RunPassPretty {
99

1010
test!(RunPassPretty {
1111
// comment
12-
path: "src/test/run-pass/pretty",
12+
path: "tests/run-pass/pretty",
1313
mode: "pretty",
1414
suite: "run-pass",
1515
default: false,

0 commit comments

Comments
 (0)