Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Oct 25, 2024
1 parent 763ac17 commit 867dd48
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/optimization/src/issues/Issue11800.hx
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,5 @@ class Issue11800 {
}
}

@:js('
var b = issues_Issue11800.get0();
b = issues_Issue11800.get0();
b = issues_Issue11800.get0();
')
static function testLocal() {
for (i in 0...3) {
var b = get0();
use(b);
}
}

static function get0() {
return 0;
}

static function use(v:Int) {}
}

0 comments on commit 867dd48

Please sign in to comment.