Skip to content

Commit

Permalink
tests: Fix avm2/bytearray_compress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-McSweeney authored and Lord-McSweeney committed Dec 5, 2024
1 parent cb0341d commit 4d4e5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests/swfs/avm2/bytearray_compress/Test.as
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// compiled with mxmlc

package {
import flash.display.MovieClip;
import flash.utils.ByteArray;
import flash.utils.Endian;
import flash.utils.CompressionAlgorithm;

public class Test {
public class Test extends MovieClip {
public function Test() {
var ba = createByteArray();

Expand Down
Binary file modified tests/tests/swfs/avm2/bytearray_compress/test.swf
Binary file not shown.

0 comments on commit 4d4e5f0

Please sign in to comment.