Index: test/message/tonumber-symbol.out |
diff --git a/test/message/tonumber-symbol.out b/test/message/tonumber-symbol.out |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c09c9a97ecdce3915898da8c27b6dd5c66c50388 |
--- /dev/null |
+++ b/test/message/tonumber-symbol.out |
@@ -0,0 +1,6 @@ |
+*%(basename)s:9: TypeError: Cannot convert a Symbol value to a number |
+foo(Symbol() | 0); |
+ ^ |
+TypeError: Cannot convert a Symbol value to a number |
+ at *%(basename)s:9:14 |
+ |