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

Unified Diff: tests/compiler/dart2js/analyze_api_test.dart

Issue 1212513002: sdk files reorganization to make dart2js a proper package (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
Index: tests/compiler/dart2js/analyze_api_test.dart
diff --git a/tests/compiler/dart2js/analyze_api_test.dart b/tests/compiler/dart2js/analyze_api_test.dart
index de48a2ec6e6e4ff435947050b599aa850888ec13..cc7f911670dcd7d14337ce2523d8b1a9d410bdd9 100644
--- a/tests/compiler/dart2js/analyze_api_test.dart
+++ b/tests/compiler/dart2js/analyze_api_test.dart
@@ -4,7 +4,7 @@
library analyze_api;
-import '../../../sdk/lib/_internal/libraries.dart';
+import 'package:libraries_spec/libraries.dart';
import 'analyze_helper.dart';
import "package:async_helper/async_helper.dart";

Powered by Google App Engine
This is Rietveld 408576698