mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
#1106 test case: making sure __proto__
exists in case v8 ever removes it
This commit is contained in:
parent
50c3a64553
commit
5cd5821c18
1 changed files with 1 additions and 0 deletions
|
@ -57,4 +57,5 @@ test "#1050", ->
|
|||
|
||||
test "#1106: __proto__ compilation", ->
|
||||
object = eq
|
||||
@["__proto__"] = true
|
||||
ok __proto__
|
||||
|
|
Loading…
Add table
Reference in a new issue