Skip to content

Commit

Permalink
ES3 is too old, drop unused synonyms in imvu test harness (#5935)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc authored and kripken committed Dec 18, 2017
1 parent 753d9a1 commit 1754e32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/embind/imvu_test_adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,6 @@ function module(ignore, func) {
assert['undefined'] = assert.equal.bind(null, undefined);
assert.notUndefined = assert.notEqual.bind(null, undefined);

// ES3 synonyms
assert.false_ = assert['false'];
assert.true_ = assert['true'];

g.registerSuperFixture = registerSuperFixture;
g.test = test;
g.run_all = run_all;
Expand Down

0 comments on commit 1754e32

Please sign in to comment.