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

Unified Diff: tests/language/vm/lazy_deopt_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/lazy_deopt_vm_test.dart
diff --git a/tests/language/vm/lazy_deopt_vm_test.dart b/tests/language/vm/lazy_deopt_vm_test.dart
index 17c7430855e62019d15574312f9652de9e9f1449..ca4f3c71c62dc3b328a2fdf3a0472f821e7092f8 100644
--- a/tests/language/vm/lazy_deopt_vm_test.dart
+++ b/tests/language/vm/lazy_deopt_vm_test.dart
@@ -8,7 +8,6 @@
import 'package:expect/expect.dart';
-
foo() {
var a = 0;
var b = 1;
@@ -34,5 +33,3 @@ main() {
foo();
}
}
-
-

Powered by Google App Engine
This is Rietveld 408576698