Change src/test
to tests
in source files, fix tidy and tests
This commit is contained in:
parent
664c60a18e
commit
8c8aa3873f
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue