about summary refs log tree commit diff
path: root/test/swftests
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-11-17 03:53:32 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-11-17 03:53:32 +0100
commit0ab1ca5501108b8038090750e8455bfb5d72c443 (patch)
treed3e9019897aa39f8f8948429eda790273bef847e /test/swftests
parent4baafa229d5e013a62d636fa60920cdc1a876a5a (diff)
downloadyoutube-dl-0ab1ca5501108b8038090750e8455bfb5d72c443.tar.gz
youtube-dl-0ab1ca5501108b8038090750e8455bfb5d72c443.tar.xz
youtube-dl-0ab1ca5501108b8038090750e8455bfb5d72c443.zip
[swfinterp] Better error message
Diffstat (limited to 'test/swftests')
-rw-r--r--test/swftests/DictCall.as2
1 files changed, 1 insertions, 1 deletions
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;
     }
 }
 }