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

Unified Diff: tests/language_strong/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_strong/instance_incr_deopt_test.dart
diff --git a/tests/language_strong/instance_incr_deopt_test.dart b/tests/language_strong/instance_incr_deopt_test.dart
index 04a02a179960cb09329ff5b5d28ad58768382c20..e0569dffa91c17da54822a96ab940d28abdd0e88 100644
--- a/tests/language_strong/instance_incr_deopt_test.dart
+++ b/tests/language_strong/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