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. |