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

Unified Diff: tests/language_strong/bailout5_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files 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/language_strong/bailout5_test.dart
diff --git a/tests/language_strong/bailout5_test.dart b/tests/language_strong/bailout5_test.dart
index fee2b81308e323db98be7de97d408d9fb2a205ac..1d9c233916bb13afeaef7d2173df081bddc829e0 100644
--- a/tests/language_strong/bailout5_test.dart
+++ b/tests/language_strong/bailout5_test.dart
@@ -12,7 +12,7 @@ class A {
var array;
initArray() {
- return global[0] == null ? [null] : new Map();
+ return global[0] == null ? [null] : new Map();
}
bar() {
@@ -36,7 +36,6 @@ class A {
}
}
-
void main() {
global = [1];
for (int i = 0; i < 2; i++) {

Powered by Google App Engine
This is Rietveld 408576698