From ad1a0ccdc8bc8869db85a32b3d35cd027e46c4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Wed, 3 Feb 2021 07:08:13 +0100 Subject: [PATCH] renamed new as3 test swfs to have as3 prefix and unique SWF name --- .../testdata/flashdevelop/src/tests/TestHello.as | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 libsrc/ffdec_lib/testdata/flashdevelop/src/tests/TestHello.as diff --git a/libsrc/ffdec_lib/testdata/flashdevelop/src/tests/TestHello.as b/libsrc/ffdec_lib/testdata/flashdevelop/src/tests/TestHello.as deleted file mode 100644 index 14adab912..000000000 --- a/libsrc/ffdec_lib/testdata/flashdevelop/src/tests/TestHello.as +++ /dev/null @@ -1,11 +0,0 @@ -package tests -{ - - public class TestHello - { - public function run():* - { - trace("hello"); - } - } -} \ No newline at end of file