Skip to content

Commit

Permalink
Disable Symbols/ObjectModel.js for cjs import runtime tests (#2125)
Browse files Browse the repository at this point in the history
See #2124
  • Loading branch information
arv committed May 26, 2016
1 parent 3e47496 commit 7681667
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This file is named .script.js because `make test/module-compiled` currently
// has issues with symbols and skips .script.js files.
// https://github.com/google/traceur-compiler/issues/2124

var s = Symbol('s');
assert.equal(typeof s, 'symbol');
assert.equal(s.constructor, Symbol);
Expand Down

0 comments on commit 7681667

Please sign in to comment.