Skip to content

Commit 7681667

Browse files
committed
Disable Symbols/ObjectModel.js for cjs import runtime tests (#2125)
See #2124
1 parent 3e47496 commit 7681667

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// This file is named .script.js because `make test/module-compiled` currently
2+
// has issues with symbols and skips .script.js files.
3+
// https://github.com/google/traceur-compiler/issues/2124
4+
15
var s = Symbol('s');
26
assert.equal(typeof s, 'symbol');
37
assert.equal(s.constructor, Symbol);

0 commit comments

Comments
 (0)