recompile test - removed line

This commit is contained in:
Jindra Petřík
2014-11-23 09:08:48 +01:00
parent 6899e9e6ed
commit 1a2ebed898

View File

@@ -163,7 +163,6 @@ public class RecompileTest {
Object[][] ret = new Object[files.length + 2][1];
ret[0][0] = "..\\as2\\as2.swf";
ret[1][0] = "..\\as3\\as3.swf";
ret[1][0] = ret[0][0]; // todo: remove this line
for (int f = 0; f < files.length; f++) {
ret[f + 2][0] = files[f].getName();
}