]> git.lizzy.rs Git - rust.git/commitdiff
Change `src/test` to `tests` in source files, fix tidy and tests
authorAlbert Larsan <74931857+albertlarsan68@users.noreply.github.com>
Thu, 5 Jan 2023 08:45:44 +0000 (09:45 +0100)
committerAlbert Larsan <74931857+albertlarsan68@users.noreply.github.com>
Wed, 11 Jan 2023 09:32:13 +0000 (09:32 +0000)
tests/source/issue-2445.rs
tests/target/issue-2445.rs

index 84ce6e647b83c876590cdeab8d8f7f4b42cf09ca..deef429dbee08b2d154b9fd35861f7eb51636409 100644 (file)
@@ -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,
index 1bc7752fd1619b8a24cad81fcd30b1eb2ab1ed2b..463c5d4957686470d7d91bcf10cd6a47a599e2f3 100644 (file)
@@ -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,