Commit 1e6cb603 authored by neis's avatar neis Committed by Commit bot

Prettyprint symbols in mjsunit tests.

R=jochen
BUG=

Review URL: https://codereview.chromium.org/1424793004

Cr-Commit-Position: refs/heads/master@{#31595}
parent d08f9045
......@@ -131,6 +131,7 @@ var assertUnoptimized;
case "boolean":
case "undefined":
case "function":
case "symbol":
return String(value);
case "object":
if (value === null) return "null";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment