Fix tests again.

This commit is contained in:
Richard Dodd
2019-01-10 23:42:28 +00:00
parent 36cb50445f
commit 72765757ef
3 changed files with 4 additions and 5 deletions

View File

@ -369,7 +369,7 @@ impl<'a> Context<'a> {
if (type == 'symbol') {
const description = val.description;
if (description == null) {
return 'Symbol()';
return 'Symbol';
} else {
return 'Symbol(' + description + ')';
}