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

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

Issue 1401513002: Revert "Introduce the "Embedded" category." (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 91b4ae2838feed638f6f6e3df41b7163215c9e84..faeebaa06f1d0311fd75b138765f006a7354a0f6 100644
--- a/tests/compiler/dart2js/analyze_api_test.dart
+++ b/tests/compiler/dart2js/analyze_api_test.dart
@@ -24,7 +24,7 @@ const Map<String, List<String>> WHITE_LIST = const {
void main() {
var uriList = new List<Uri>();
- libraries.forEach((String name, LibraryInfo info) {
+ LIBRARIES.forEach((String name, LibraryInfo info) {
if (info.documented) {
uriList.add(new Uri(scheme: 'dart', path: name));
}
« no previous file with comments | « sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart ('k') | tests/compiler/dart2js/analyze_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698