mirror of https://github.com/tc39/test262.git
Remove empty info section from a SharedArrayBuffer test (#852)
This section is useless (and also trips up the YAML parser V8 uses)
This commit is contained in:
parent
a72ee6d912
commit
1fb47cba88
|
@ -5,7 +5,6 @@
|
|||
/*---
|
||||
description: >
|
||||
Throws a TypeError if `this` does not have an [[ArrayBufferData]] internal slot.
|
||||
info: >
|
||||
---*/
|
||||
|
||||
assert.throws(TypeError, function() {
|
||||
|
|
Loading…
Reference in New Issue