mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
test(minifier): enable some passing tests (#8250)
This commit is contained in:
parent
3c534aeb5a
commit
91b42defb5
1 changed files with 0 additions and 2 deletions
|
|
@ -1510,7 +1510,6 @@ mod test {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_coercion_substitution_if() {
|
||||
// enableTypeCheck();
|
||||
test("var x = {};\nif (x != null) throw 'a';\n", "var x={}; if (x!=null) throw 'a'");
|
||||
|
|
@ -1550,7 +1549,6 @@ mod test {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_coercion_substitution_not() {
|
||||
// enableTypeCheck();
|
||||
test(
|
||||
|
|
|
|||
Loading…
Reference in a new issue