Skip to content

Commit

Permalink
[cs] don't run test for #5747 when -D erase_generics for now (seems t…
Browse files Browse the repository at this point in the history
…o be an instance of #5748)
  • Loading branch information
nadako committed Oct 21, 2016
1 parent 50f0536 commit 3fe3fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/src/unit/issues/Issue5747.hx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package unit.issues;

class Issue5747 extends Test {
#if cs
#if (cs && !erase_generics)
function test() {
var a = [1,2,3];
eq(@:privateAccess a.__a[0], 1);
Expand Down

0 comments on commit 3fe3fab

Please sign in to comment.