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

Unified Diff: dart/tests/try/paste_content_rewriting_test.dart

Issue 341923005: Update imports to use package:compiler and package:try. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r37512. Created 6 years, 6 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 | « dart/tests/try/mock_try.dart ('k') | dart/tests/try/source_update_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/paste_content_rewriting_test.dart
diff --git a/dart/tests/try/paste_content_rewriting_test.dart b/dart/tests/try/paste_content_rewriting_test.dart
index f16c3d86b327789acdcd25a56775da39751d1b52..d04e7acbc03078a0eed7a29a13f8184e1a4bb995 100644
--- a/dart/tests/try/paste_content_rewriting_test.dart
+++ b/dart/tests/try/paste_content_rewriting_test.dart
@@ -2,21 +2,19 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// SharedOptions=--package-root=sdk/lib/_internal/
-
library trydart.paste_test;
import 'dart:html';
import 'dart:async';
-import '../../site/try/src/interaction_manager.dart' show
+import 'package:try/src/interaction_manager.dart' show
InteractionManager;
-import '../../site/try/src/ui.dart' show
+import 'package:try/src/ui.dart' show
mainEditorPane,
observer;
-import '../../site/try/src/user_option.dart' show
+import 'package:try/src/user_option.dart' show
UserOption;
import '../../pkg/expect/lib/expect.dart';
« no previous file with comments | « dart/tests/try/mock_try.dart ('k') | dart/tests/try/source_update_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698