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

Unified Diff: test/mjsunit/tools/profviz.js

Issue 2480343002: [ic] Drop TimerEventScopes from *IC_Miss runtime functions (Closed)
Patch Set: drop debugging leftover Created 4 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
« no previous file with comments | « test/mjsunit/mjsunit.js ('k') | test/mjsunit/tools/profviz-test.default » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/tools/profviz.js
diff --git a/test/mjsunit/tools/profviz.js b/test/mjsunit/tools/profviz.js
index 3a14f4e6beb00fd45d1e9b68686a20290474a967..6ff0e2cb9ef525b840dd30d74b82a9d35a4c7503 100644
--- a/test/mjsunit/tools/profviz.js
+++ b/test/mjsunit/tools/profviz.js
@@ -78,6 +78,5 @@ var create_baseline = false;
if (create_baseline) {
print(JSON.stringify(output_lines, null, 2));
} else {
- assertArrayEquals(output_lines,
- JSON.parse(read(reference_file)));
+ assertArrayEquals(JSON.parse(read(reference_file)), output_lines);
}
« no previous file with comments | « test/mjsunit/mjsunit.js ('k') | test/mjsunit/tools/profviz-test.default » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698