Index: tests/compiler/dart2js/js_parser_test.dart |
diff --git a/tests/compiler/dart2js/js_parser_test.dart b/tests/compiler/dart2js/js_parser_test.dart |
index 9deec82478266c5b2b4ede954a192711a1b4cd15..21b763e2c941a4a528953f463a0507860f0d86b5 100644 |
--- a/tests/compiler/dart2js/js_parser_test.dart |
+++ b/tests/compiler/dart2js/js_parser_test.dart |
@@ -58,7 +58,7 @@ void main() { |
testExpression('foo(bar, baz)'), |
// Chained calls without parentheses. |
testExpression('foo(bar)(baz)'), |
- // Chaned calls with and without new. |
+ // Chained calls with and without new. |
testExpression('new foo(bar)(baz)'), |
testExpression('new foo.bar(bar)(baz)'), |
testExpression('foo.bar(bar)(baz)'), |