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

Unified Diff: tests/try/poi/serialize_test.dart

Issue 1381033002: Add data-URI support class to dart:core (next to Uri). (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Remove VM assertion that appears to be incorrect. Created 5 years, 1 month 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/try/poi/serialize_test.dart
diff --git a/tests/try/poi/serialize_test.dart b/tests/try/poi/serialize_test.dart
index 87f4d7b6175fddbbc1d62ea2f38030b901d89dad..b77327ebc281a8fd9d573eb84f966f3b19b1e167 100644
--- a/tests/try/poi/serialize_test.dart
+++ b/tests/try/poi/serialize_test.dart
@@ -582,6 +582,10 @@ final coreImports = [
{
"name": "Uri",
"kind": "class"
+ },
+ {
+ "name": "UriData",
+ "kind": "class"
}
];

Powered by Google App Engine
This is Rietveld 408576698