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

Unified Diff: pkg/compiler/lib/src/scanner/token.dart

Issue 1153953002: Some minor fixes caught by the bots, suppress a test that needs more investigation (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | tests/compiler/dart2js/parser_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/scanner/token.dart
diff --git a/pkg/compiler/lib/src/scanner/token.dart b/pkg/compiler/lib/src/scanner/token.dart
index c4bc26acd2b9780193f37eeca294a4e911a1e3a5..c1a502b9ee497c514b9309309f0073f37c5b13e8 100644
--- a/pkg/compiler/lib/src/scanner/token.dart
+++ b/pkg/compiler/lib/src/scanner/token.dart
@@ -271,7 +271,7 @@ class UnsupportedNullAwareToken extends ErrorToken {
String toString() => "UnsupportedNullAwareToken($operator)";
- String get assertionMessage => "'$opreator' isn't supported without "
+ String get assertionMessage => "'$operator' isn't supported without "
"the --enable-null-aware-operators flag.";
int get charCount => operator.length;
« no previous file with comments | « no previous file | tests/compiler/dart2js/parser_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698