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

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

Issue 1181663002: Add Resource class. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Add suppression for analyzer warnings. 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
« no previous file with comments | « sdk/lib/core/resource.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/try/poi/serialize_test.dart
diff --git a/tests/try/poi/serialize_test.dart b/tests/try/poi/serialize_test.dart
index 8cc192d832533473d0190b18838a57724951a2b6..87f4d7b6175fddbbc1d62ea2f38030b901d89dad 100644
--- a/tests/try/poi/serialize_test.dart
+++ b/tests/try/poi/serialize_test.dart
@@ -532,6 +532,10 @@ final coreImports = [
"kind": "class"
},
{
+ "name": "Resource",
+ "kind": "class"
+ },
+ {
"name": "Set",
"kind": "class"
},
« no previous file with comments | « sdk/lib/core/resource.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698