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

Unified Diff: tests/language/vm/store_elimination_vm_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/vm/store_elimination_vm_test.dart
diff --git a/tests/language/vm/store_elimination_vm_test.dart b/tests/language/vm/store_elimination_vm_test.dart
index 21e2102ed1594ee900a5b28296372ae85522a745..f162f1ea766ec0448158d06153f7669b49403df4 100644
--- a/tests/language/vm/store_elimination_vm_test.dart
+++ b/tests/language/vm/store_elimination_vm_test.dart
@@ -65,6 +65,7 @@ test_with_context() {
var b = a + 1;
return (() => b + 1)();
}
+
for (var i = 0; i < 100000; i++) f(42);
Expect.equals(44, f(42));
}

Powered by Google App Engine
This is Rietveld 408576698