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

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

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 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/token_naming_test.dart
diff --git a/tests/compiler/dart2js/token_naming_test.dart b/tests/compiler/dart2js/token_naming_test.dart
index 7f99d5ee6cdb7b4f84995f22f95e3597fae5ef5a..3a3248ebe58749d2c819e164342076682fdd6c0c 100644
--- a/tests/compiler/dart2js/token_naming_test.dart
+++ b/tests/compiler/dart2js/token_naming_test.dart
@@ -39,7 +39,7 @@ int main() {
Expect.equals("h_", forwardN(scope, 63 * 5));
// Likewise, ensure we skip s.
Expect.equals("t_", forwardN(scope, 63 * 11));
- // And wrap around another digit.
+ // And wrap around another digit.
Expect.equals("a__", forwardN(scope, 63 * 33));
// Test a filtered scope.
« no previous file with comments | « tests/compiler/dart2js/tdiv_test.dart ('k') | tests/compiler/dart2js/top_level_closure_tree_shake_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698