aboutsummaryrefslogtreecommitdiff
path: root/test/swftests
diff options
context:
space:
mode:
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;
}
}
}