internal: start isolating ssr-related parsing APIs to SSR

This commit is contained in:
Aleksey Kladov 2021-12-27 19:44:45 +03:00
parent 634c7682c9
commit b468bd6645
10 changed files with 44 additions and 45 deletions

View file

@ -95,15 +95,6 @@ fn item_parser_tests() {
);
}
#[test]
fn type_parser_tests() {
fragment_parser_dir_test(
&["parser/fragments/type/ok"],
&["parser/fragments/type/err"],
crate::ast::Type::parse,
);
}
#[test]
fn stmt_parser_tests() {
fragment_parser_dir_test(