Index: tests/corelib/regexp/regress-regexp-codeflush_test.dart |
diff --git a/tests/corelib/regexp/regress-regexp-codeflush_test.dart b/tests/corelib/regexp/regress-regexp-codeflush_test.dart |
index 23a4954a16683693f4e04bbd57e17208c02036aa..ee416347f2829af08096955f751707e151f8a6d5 100644 |
--- a/tests/corelib/regexp/regress-regexp-codeflush_test.dart |
+++ b/tests/corelib/regexp/regress-regexp-codeflush_test.dart |
@@ -46,7 +46,7 @@ void main() { |
// Run enough times to get a number of GC's (all mark sweep because of the |
// --gc_global) flag. |
- for ( var i = 0; i < 10; i++) { |
+ for (var i = 0; i < 10; i++) { |
// Make a long string with plenty of matches for re. |
var x = "s foo s bar s foo s bar s"; |
x = x + x; |