diff --git a/lalrpop-test/src/main.rs b/lalrpop-test/src/main.rs index 3481d0f..d4322ce 100644 --- a/lalrpop-test/src/main.rs +++ b/lalrpop-test/src/main.rs @@ -417,7 +417,7 @@ fn generics_issue_104_test1() { } #[test] -fn match_section() { +fn test_match_section() { assert!(match_section::parse_Query("SELECT foo").is_ok()); assert!(match_section::parse_Query("select foo").is_ok()); assert!(match_section::parse_Query("INSERT foo").is_ok());