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

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

Issue 1395863002: Introduce the "Embedded" category. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix analyzer test 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
« no previous file with comments | « tests/compiler/dart2js/embedded_category_api_boundary_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/library_resolution_test.dart
diff --git a/tests/compiler/dart2js/library_resolution_test.dart b/tests/compiler/dart2js/library_resolution_test.dart
index 5841727200d888b26917a08f9fe936787c3fad81..3d6c035cd3b3448e37ac6fa560deb0cc0e9fefeb 100644
--- a/tests/compiler/dart2js/library_resolution_test.dart
+++ b/tests/compiler/dart2js/library_resolution_test.dart
@@ -37,13 +37,13 @@ import 'package:sdk_library_metadata/libraries.dart' show
const LibraryInfo mock1LibraryInfo = const LibraryInfo(
"mock1.dart",
- category: "Shared",
+ categories: "Client,Embedded",
documented: false,
platforms: DART2JS_PLATFORM);
const LibraryInfo mock2LibraryInfo = const LibraryInfo(
"mock2.dart",
- category: "Shared",
+ categories: "Client,Embedded",
documented: false,
platforms: DART2JS_PLATFORM);
« no previous file with comments | « tests/compiler/dart2js/embedded_category_api_boundary_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698