renamed new as3 test swfs to have as3 prefix and unique SWF name

This commit is contained in:
Jindra Petřík
2021-02-08 20:15:19 +01:00
parent 26b51d2e95
commit ad1a0ccdc8
@@ -1,11 +0,0 @@
package tests
{
public class TestHello
{
public function run():*
{
trace("hello");
}
}
}