Skip to content

Commit

Permalink
do not check HaxeFoundation#6807 on eval target
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Jan 10, 2018
1 parent 70f34a5 commit b829890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/src/unit/issues/Issue6807.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package unit.issues;

class Issue6807 extends unit.Test {
function test() {
#if (dce != 'no')
#if ((dce != 'no') && !eval)
t(null == Type.resolveClass('unit.issues._Issue6807.ShouldBeRemovedByDce'));
#end
}
Expand Down

0 comments on commit b829890

Please sign in to comment.