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

Unified Diff: runtime/vm/report_test.cc

Issue 487023003: vmservice protocol cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 years, 4 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 | « runtime/vm/profiler.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/report_test.cc
diff --git a/runtime/vm/report_test.cc b/runtime/vm/report_test.cc
index 88b6839ce866f93dd384bc13fd33fc2df04f08bd..e10bd5b32c071d2ac8864636c3b6fb0abcc7c050 100644
--- a/runtime/vm/report_test.cc
+++ b/runtime/vm/report_test.cc
@@ -31,8 +31,8 @@ TEST_CASE(TraceJSWarning) {
EXPECT_SUBSTRING("\"message\":{\"type\":\"JSCompatibilityWarning\","
"\"script\":{\"type\":\"@Script\",\"id\":"
"\"libraries\\/-1\\/scripts\\/Plug\","
- "\"name\":\"Plug\",\"user_name\":"
- "\"Plug\",\"kind\":\"script\"},\"tokenPos\":0,"
+ "\"name\":\"Plug\","
+ "\"kind\":\"script\"},\"tokenPos\":0,"
"\"message\":{\"type\":\"@String\"",
js.ToCString());
// Skip private _OneByteString.
@@ -49,7 +49,7 @@ TEST_CASE(TraceJSWarning) {
EXPECT_SUBSTRING("{\"type\":\"JSCompatibilityWarning\",\"script\":{\"type\":"
"\"@Script\",\"id\":\"libraries\\/-1\\/scripts\\/Plug\","
"\"name\":\"Plug\","
- "\"user_name\":\"Plug\",\"kind\":\"script\"},\"tokenPos\":0,"
+ "\"kind\":\"script\"},\"tokenPos\":0,"
"\"message\":{\"type\":\"@String\"",
trace_buffer->At(0)->message);
// Skip private _OneByteString.
@@ -59,7 +59,7 @@ TEST_CASE(TraceJSWarning) {
EXPECT_SUBSTRING("{\"type\":\"JSCompatibilityWarning\",\"script\":{\"type\":"
"\"@Script\",\"id\":\"libraries\\/-1\\/scripts\\/Plug\","
"\"name\":\"Plug\","
- "\"user_name\":\"Plug\",\"kind\":\"script\"},\"tokenPos\":1,"
+ "\"kind\":\"script\"},\"tokenPos\":1,"
"\"message\":{\"type\":\"@String\"",
trace_buffer->At(1)->message);
// Skip private _OneByteString.
@@ -70,4 +70,3 @@ TEST_CASE(TraceJSWarning) {
}
} // namespace dart
-
« no previous file with comments | « runtime/vm/profiler.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698