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

Unified Diff: tests/language/instance_incr_deopt_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/instance_incr_deopt_test.dart
diff --git a/tests/language/instance_incr_deopt_test.dart b/tests/language/instance_incr_deopt_test.dart
index eb864a50fd0af88977a4315da17c585bb32ca615..d9424fdf0ca9ac507ea303c19459f14e9d0c85ea 100644
--- a/tests/language/instance_incr_deopt_test.dart
+++ b/tests/language/instance_incr_deopt_test.dart
@@ -7,7 +7,6 @@ import "package:expect/expect.dart";
// Check correct deoptimization of instance field increment.
-
main() {
var a = new A();
var aa = new A();
@@ -47,6 +46,7 @@ class A {
Incr() {
f++;
}
+
var f;
}
@@ -54,4 +54,3 @@ class B {
B() : f = 0;
var f;
}
-

Powered by Google App Engine
This is Rietveld 408576698