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

Unified Diff: tests/isolate/object_leak_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/isolate/object_leak_test.dart
diff --git a/tests/isolate/object_leak_test.dart b/tests/isolate/object_leak_test.dart
index d15f2b51ca8518a3dcf6be9109e7ad3e7f2c45df..8bbd8f417c04c5643b5542d16a16301247b2f4bc 100644
--- a/tests/isolate/object_leak_test.dart
+++ b/tests/isolate/object_leak_test.dart
@@ -5,12 +5,12 @@
// Regression test for http://dartbug.com/18942
library LeakTest;
+
import "package:expect/expect.dart";
import "package:async_helper/async_helper.dart";
import 'dart:isolate';
import 'dart:async';
-
class A {
var x = 0;
}

Powered by Google App Engine
This is Rietveld 408576698