Change src/test
to tests
in source files, fix tidy and tests
This commit is contained in:
parent
664c60a18e
commit
8c8aa3873f
@ -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 {
|
||||
// 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 {
|
||||
// comment
|
||||
path: "src/test/run-pass/pretty",
|
||||
path: "tests/run-pass/pretty",
|
||||
mode: "pretty",
|
||||
suite: "run-pass",
|
||||
default: false,
|
||||
|
Loading…
Reference in New Issue
Block a user