Skip to content

Commit

Permalink
v8: fix crash on windows x86.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Jul 18, 2017
1 parent 06c70b8 commit 7fb6beb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test/v8_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ describe("v8 test", () => {
it('snapshot', () => {
assert.isTrue(util.buildInfo().vender['v8-snapshot']);
})

it('for (var n in {}) {}', () => {
for (var n in {}) {}
});
});

repl && test.run(console.DEBUG);

0 comments on commit 7fb6beb

Please sign in to comment.