Skip to content

Commit

Permalink
Do not do testNadakoOps for flash
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Mar 20, 2024
1 parent ab40e6c commit c8ba2c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/src/unit/TestOps.hx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ class TestOps extends Test {
eq(false, 0 == minusA);
}

#if !flash // Will not fix for flash

function testNadakoOps() {
// bool
var nullBool:Null<Bool> = null;
Expand Down Expand Up @@ -253,6 +255,7 @@ class TestOps extends Test {
f(nullFloat <= -1.);
}

#end

function testDynamicOps() {
var a:Dynamic = 10;
Expand Down

0 comments on commit c8ba2c3

Please sign in to comment.