diff --git a/crates/compiler/parser/tests/parser/types.rs b/crates/compiler/parser/tests/parser/types.rs index 7f577dfb..df3f6446 100644 --- a/crates/compiler/parser/tests/parser/types.rs +++ b/crates/compiler/parser/tests/parser/types.rs @@ -23,8 +23,6 @@ fn custom_type() { // Pointer Types // =================== -// TODO: deprecated, remove. - #[test] fn pointer_type() { assert_parses_ok!(&with_param("felt*"));