mirror of https://github.com/fafhrd91/actix-web
rename the test-file
This commit is contained in:
parent
47d1302935
commit
27a6037341
|
@ -9,7 +9,7 @@ fn compile_macros() {
|
||||||
t.pass("tests/trybuild/route-ok.rs");
|
t.pass("tests/trybuild/route-ok.rs");
|
||||||
t.compile_fail("tests/trybuild/route-missing-method-fail.rs");
|
t.compile_fail("tests/trybuild/route-missing-method-fail.rs");
|
||||||
t.compile_fail("tests/trybuild/route-duplicate-method-fail.rs");
|
t.compile_fail("tests/trybuild/route-duplicate-method-fail.rs");
|
||||||
t.pass("tests/trybuild/route-unexpected-method-fail.rs");
|
t.pass("tests/trybuild/route-custom-method.rs");
|
||||||
t.compile_fail("tests/trybuild/route-malformed-path-fail.rs");
|
t.compile_fail("tests/trybuild/route-malformed-path-fail.rs");
|
||||||
|
|
||||||
t.pass("tests/trybuild/routes-ok.rs");
|
t.pass("tests/trybuild/routes-ok.rs");
|
||||||
|
|
Loading…
Reference in New Issue