Skip to content
Snippets Groups Projects
Commit 989b7ec2 authored by Brian Terlson's avatar Brian Terlson
Browse files

Merge pull request #238 from cshung/fix-syntax-error

fixing a typo
parents c49e2bd6 81476bb9
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ assert.throws(TypeError, function() {
assert.throws(TypeError, function() {
var sym = Symbol('66');
sym['a' + 'b'] = 0;
;
});
assert.throws(TypeError, function() {
var sym = Symbol('66');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment