Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/src/tests.rs')
-rw-r--r--crates/syntax/src/tests.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/crates/syntax/src/tests.rs b/crates/syntax/src/tests.rs
index 04105dedc9..a632d0e630 100644
--- a/crates/syntax/src/tests.rs
+++ b/crates/syntax/src/tests.rs
@@ -96,15 +96,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(
&["parser/fragments/stmt/ok"],