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

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

Issue 1505743003: Change the order the classes are expected to be found by serialize_test (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Adjust status file Created 5 years 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 | « no previous file | tests/try/try.status » ('j') | 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 b77327ebc281a8fd9d573eb84f966f3b19b1e167..c890b8b04ae1eba28703f4df4d12e83df5d3724f 100644
--- a/tests/try/poi/serialize_test.dart
+++ b/tests/try/poi/serialize_test.dart
@@ -519,15 +519,15 @@ final coreImports = [
"kind": "class"
},
{
+ "name": "Match",
+ "kind": "class"
+ },
+ {
"name": "print",
"kind": "function",
"type": "(Object) -> void"
},
{
- "name": "Match",
- "kind": "class"
- },
- {
"name": "RegExp",
"kind": "class"
},
« no previous file with comments | « no previous file | tests/try/try.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698