From ff87b367dce059d04f3f1dc11000553a065f8f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 9 Jun 2021 12:23:42 -0500 Subject: brand --- test/swftests/StringCharCodeAt.as | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/swftests/StringCharCodeAt.as (limited to 'test/swftests/StringCharCodeAt.as') diff --git a/test/swftests/StringCharCodeAt.as b/test/swftests/StringCharCodeAt.as deleted file mode 100644 index c20d74d65..000000000 --- a/test/swftests/StringCharCodeAt.as +++ /dev/null @@ -1,11 +0,0 @@ -// input: [] -// output: 9897 - -package { -public class StringCharCodeAt { - public static function main():int{ - var s:String = "abc"; - return s.charCodeAt(1) * 100 + s.charCodeAt(); - } -} -} -- cgit v1.2.3