From 0ab1ca5501108b8038090750e8455bfb5d72c443 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 17 Nov 2014 03:53:32 +0100 Subject: [swfinterp] Better error message --- test/swftests/DictCall.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/swftests') diff --git a/test/swftests/DictCall.as b/test/swftests/DictCall.as index 236efd848..c2d174cc2 100644 --- a/test/swftests/DictCall.as +++ b/test/swftests/DictCall.as @@ -4,7 +4,7 @@ package { public class DictCall { public static function main(d:Object):int{ - return d.x + d.y; + return d.x + d.y; } } } -- cgit v1.2.3