Skip to content

Commit

Permalink
Fix test that require let/JS 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hns committed Jan 10, 2012
1 parent 3035416 commit dc7b73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsrc/org/mozilla/javascript/tests/Bug714204Test.java
Expand Up @@ -25,6 +25,7 @@ public class Bug714204Test {
public void setUp() {
cx = Context.enter();
scope = cx.initStandardObjects();
cx.setLanguageVersion(170);
}

@After
Expand Down

0 comments on commit dc7b73e

Please sign in to comment.