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

Unified Diff: test/watcher_test.dart

Issue 11465028: rename web_components -> web_ui (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 8 years 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
« pubspec.yaml ('K') | « test/utils_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/watcher_test.dart
diff --git a/test/watcher_test.dart b/test/watcher_test.dart
index 482ff89f9cf4c573a44d244d87459322c7ea6310..1ecc4c679fc46afca534226ab09824aba1a7eda0 100644
--- a/test/watcher_test.dart
+++ b/test/watcher_test.dart
@@ -6,10 +6,10 @@
library watcher_test;
import 'package:unittest/unittest.dart';
-import 'package:web_components/watcher.dart';
+import 'package:web_ui/watcher.dart';
main() {
- group('core', () {
+ group('core', () {
test('simple watcher ', () {
int x = 0;
int valueSeen = null;
« pubspec.yaml ('K') | « test/utils_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698