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

Unified Diff: test/observe_test.dart

Issue 26355003: Fix warnings and errors detected by dart2js. (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/observe_test.dart
diff --git a/test/observe_test.dart b/test/observe_test.dart
index 39ba27d5814669da619a806694001ac21b84e559..d40d81c614a1e18941bbe38af62e2758e274139e 100644
--- a/test/observe_test.dart
+++ b/test/observe_test.dart
@@ -9,7 +9,7 @@ import 'dart:collection' show LinkedHashMap;
import 'package:unittest/compact_vm_config.dart';
import 'package:unittest/unittest.dart';
import 'package:web_ui/observe.dart';
-import 'package:web_ui/observe/observable.dart' show hasObservers;
+import 'package:web_ui/observe/observable.dart' show hasObservers, observeReads;
import 'package:web_ui/src/utils_observe.dart' show setImmediate;
main() {
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698