Index: LayoutTests/inspector/console/console-dir-es6.html |
diff --git a/LayoutTests/inspector/console/console-dir-es6.html b/LayoutTests/inspector/console/console-dir-es6.html |
index dfaf48ce8918e497ba097045e159ed455543e0be..8d25fa365e810c0e83cbb9d8096c1fec393e03b6 100644 |
--- a/LayoutTests/inspector/console/console-dir-es6.html |
+++ b/LayoutTests/inspector/console/console-dir-es6.html |
@@ -14,6 +14,9 @@ function onload() |
obj[Symbol.iterator] = Symbol("foo"); |
console.dir(obj); |
+ // This used to crash in debug build. |
+ console.dir(Symbol()); |
+ |
runTest(); |
} |