mirror of https://github.com/tc39/test262.git
ShadowRealm: fix for incorrect test
This commit is contained in:
parent
d4ede37b67
commit
9055521fc7
|
@ -82,7 +82,7 @@ assert.sameValue(
|
|||
|
||||
assert.sameValue(
|
||||
r.evaluate(`
|
||||
Reflect.set(globalThis.__proto__, {x: 1}) &&
|
||||
Reflect.set(globalThis, '__proto__', {x: 1}) &&
|
||||
Reflect.setPrototypeOf(globalThis.__proto__, {x: 2});
|
||||
`),
|
||||
true,
|
||||
|
|
Loading…
Reference in New Issue