Skip to content

Commit

Permalink
Update expected forin error line number
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Sep 1, 2014
1 parent 132d64b commit bc6e97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/options.js
Expand Up @@ -696,7 +696,7 @@ exports.forin = function (test) {

// Make sure it fails when forin is true
TestRun(test)
.addError(13, msg)
.addError(27, msg)
.test(src, { es3: true, forin: true });

test.done();
Expand Down

0 comments on commit bc6e97e

Please sign in to comment.