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

Unified Diff: dart/tests/try/internal_error_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/cursor_position_test.dart ('k') | dart/tests/try/mock_try.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/internal_error_test.dart
diff --git a/dart/tests/try/internal_error_test.dart b/dart/tests/try/internal_error_test.dart
index 8cbac3a3e3ba1fbb9f92e1b9567b91e03fbc8eb5..9cad55eeec18458dbe3979cc545c65417b48e6cd 100644
--- a/dart/tests/try/internal_error_test.dart
+++ b/dart/tests/try/internal_error_test.dart
@@ -2,23 +2,21 @@
// 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.internal_error_test;
import 'dart:html';
import 'dart:async';
-import '../../site/try/src/interaction_manager.dart' show
+import 'package:try/src/interaction_manager.dart' show
InteractionManager,
TRY_DART_NEW_DEFECT;
-import '../../site/try/src/ui.dart' show
+import 'package:try/src/ui.dart' show
mainEditorPane,
observer,
outputDiv;
-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/cursor_position_test.dart ('k') | dart/tests/try/mock_try.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698