rename the test-file

This commit is contained in:
edgerunnergit 2023-01-30 22:30:10 +05:30
parent 47d1302935
commit 27a6037341
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ fn compile_macros() {
t.pass("tests/trybuild/route-ok.rs");
t.compile_fail("tests/trybuild/route-missing-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.pass("tests/trybuild/routes-ok.rs");