mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
fix(semantic): remove ignore cases (#2300)
This commit is contained in:
parent
6002560fa1
commit
cb17a83f4f
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue