Skip to content

Commit

Permalink
[tests] remove analyzer ignore for testOps
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Apr 23, 2024
1 parent 8952e43 commit 3afc5ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/src/unit/TestOps.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package unit;

class TestOps extends Test {

@:analyzer(ignore)
public function testOps()
{
eq(1 + 2 + "", "3");
Expand Down

0 comments on commit 3afc5ea

Please sign in to comment.