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

Unified Diff: samples/third_party/todomvc/test/listorder_test.dart

Issue 32253003: fix analyzer issue in listorder_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
« no previous file with comments | « pkg/polymer/test/run.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/todomvc/test/listorder_test.dart
diff --git a/samples/third_party/todomvc/test/listorder_test.dart b/samples/third_party/todomvc/test/listorder_test.dart
index 99f684462e4a28ea36d0b55e9b8811221597d23b..01d1009f104854f3d32ebcf940d37dc4894541c0 100644
--- a/samples/third_party/todomvc/test/listorder_test.dart
+++ b/samples/third_party/todomvc/test/listorder_test.dart
@@ -6,6 +6,7 @@ library todomvc.test.listorder_test;
import 'dart:html';
import 'package:polymer/polymer.dart';
+import 'package:polymer/platform.dart' show endOfMicrotask;
import 'package:unittest/unittest.dart';
import 'package:unittest/html_config.dart';
import '../web/model.dart';
@@ -19,7 +20,6 @@ import '../web/model.dart';
_main() {
useHtmlConfiguration();
-
ShadowRoot root;
setUp(() => Polymer.onReady.then((_) {
« no previous file with comments | « pkg/polymer/test/run.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698