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

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: renamed 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..faeebaa06f1d0311fd75b138765f006a7354a0f6 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:sdk_library_metadata/libraries.dart';
import 'analyze_helper.dart';
import "package:async_helper/async_helper.dart";

Powered by Google App Engine
This is Rietveld 408576698