Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: tests/compiler/dart2js/js_parser_test.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)'),
« no previous file with comments | « tests/compiler/dart2js/deferred_inline_restrictions_test.dart ('k') | tests/compiler/dart2js_extra/deferred_split_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698