Removed freeactionscript testdata as some AV marked them as problematic

This commit is contained in:
Jindra Petřík
2024-12-19 17:41:51 +01:00
parent acf3534f7e
commit 79042fd098
11 changed files with 3 additions and 10 deletions

View File

@@ -102,6 +102,6 @@ public class RecompileTest extends FileTestBase {
@Override
public String[] getTestDataDirs() {
return new String[]{TESTDATADIR, FREE_ACTIONSCRIPT_AS2, FREE_ACTIONSCRIPT_AS3};
return new String[]{TESTDATADIR};
}
}