From cb17a83f4f8ca3928d594f66d812c2775c0a6a8f Mon Sep 17 00:00:00 2001 From: Dunqing Date: Sun, 4 Feb 2024 22:40:41 +0800 Subject: [PATCH] fix(semantic): remove ignore cases (#2300) --- crates/oxc_semantic/tests/symbols.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/oxc_semantic/tests/symbols.rs b/crates/oxc_semantic/tests/symbols.rs index c8ea47cdb..4db98a302 100644 --- a/crates/oxc_semantic/tests/symbols.rs +++ b/crates/oxc_semantic/tests/symbols.rs @@ -63,7 +63,6 @@ fn test_var_read_write() { .test(); } -#[ignore = "type aliases currently aren't in the symbol table"] #[test] fn test_types_simple() { let test = SemanticTester::ts(