Skip to content

Commit 4a4a787

Browse files
committed
tests: no MacroTest on Flash target either
1 parent 91cea3a commit 4a4a787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/TestMain.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class TestMain extends Sprite
1010
super();
1111

1212
var runner = new Runner();
13-
#if !(js && html5)
13+
#if (!(js && html5) && !flash)
1414
runner.addCase(new MacroTest());
1515
#end
1616
runner.addCase(new SvgGenerationTest());

0 commit comments

Comments
 (0)