Index: tests/compiler/dart2js_extra/16400_test.dart |
diff --git a/tests/compiler/dart2js_extra/16400_test.dart b/tests/compiler/dart2js_extra/16400_test.dart |
index 221eaacccf35591cd5ef06d0ef9a1f70790f012e..7902f076d9340dd6e2399149c6911e25f0a2a48b 100644 |
--- a/tests/compiler/dart2js_extra/16400_test.dart |
+++ b/tests/compiler/dart2js_extra/16400_test.dart |
@@ -3,7 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
main() { |
- L: { |
+ L: |
+ { |
var seeMe = 0; |
if (seeMe == 0) { |
++seeMe; |
@@ -17,4 +18,3 @@ main() { |
} |
} |
} |
- |