1
0
Fork 0
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:
Michael Ficarra 2011-04-27 18:57:22 -07:00
parent 50c3a64553
commit 5cd5821c18

View file

@ -57,4 +57,5 @@ test "#1050", ->
test "#1106: __proto__ compilation", ->
object = eq
@["__proto__"] = true
ok __proto__