Chromium Code Reviews

Unified Diff: runtime/vm/benchmark_test.cc

Issue 40323002: Remove dart:json (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Bad merge in convert/json.dart, a few other bugs. Updated co19 expectations. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « pkg/yaml/README.md ('k') | runtime/vm/bootstrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/benchmark_test.cc
diff --git a/runtime/vm/benchmark_test.cc b/runtime/vm/benchmark_test.cc
index 4cb815889f072b17504cad97f779ff4d82f3c21b..0b100ce2cfe9fbef46ee3902e9178e3ab72ee7ae 100644
--- a/runtime/vm/benchmark_test.cc
+++ b/runtime/vm/benchmark_test.cc
@@ -431,12 +431,12 @@ BENCHMARK(StandaloneSnapshotSize) {
"import 'dart:core';\n"
"import 'dart:collection';\n"
"import 'dart:_collection-dev';\n"
+ "import 'dart:convert';\n"
"import 'dart:math';\n"
"import 'dart:isolate';\n"
"import 'dart:mirrors';\n"
"import 'dart:typed_data';\n"
"import 'dart:utf';\n"
- "import 'dart:json';\n"
"import 'dart:builtin';\n"
"import 'dart:io';\n"
"\n";
« no previous file with comments | « pkg/yaml/README.md ('k') | runtime/vm/bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine