fix(semantic): remove ignore cases (#2300)

This commit is contained in:
Dunqing 2024-02-04 22:40:41 +08:00 committed by GitHub
parent 6002560fa1
commit cb17a83f4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,6 @@ fn test_var_read_write() {
.test(); .test();
} }
#[ignore = "type aliases currently aren't in the symbol table"]
#[test] #[test]
fn test_types_simple() { fn test_types_simple() {
let test = SemanticTester::ts( let test = SemanticTester::ts(