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

Unified Diff: tests/corelib_strong/regexp/regress-regexp-codeflush_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/corelib_strong/regexp/regress-regexp-codeflush_test.dart
diff --git a/tests/corelib_strong/regexp/regress-regexp-codeflush_test.dart b/tests/corelib_strong/regexp/regress-regexp-codeflush_test.dart
index ee416347f2829af08096955f751707e151f8a6d5..03b0804e1dd24a26c840d5ee9791a9e02f71afd4 100644
--- a/tests/corelib_strong/regexp/regress-regexp-codeflush_test.dart
+++ b/tests/corelib_strong/regexp/regress-regexp-codeflush_test.dart
@@ -36,7 +36,7 @@ void main() {
// internally calls RegExpImpl::IrregexpExecOnce more than once without
// ensuring that the regexp is compiled.
// This can create a crash if the code was exchanged with the sweep
- // generation (for code flushing support) in GC durring the matching.
+ // generation (for code flushing support) in GC during the matching.
var re = new RegExp('(s)');
« no previous file with comments | « tests/corelib_strong/regexp/ranges-and-escaped-hyphens_test.dart ('k') | tests/corelib_strong/sort_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698