diff --git a/test/built-ins/SharedArrayBuffer/prototype/slice/context-is-not-arraybuffer-object.js b/test/built-ins/SharedArrayBuffer/prototype/slice/context-is-not-arraybuffer-object.js
index 6f20f2528dd135df1573ae8e4f793295b21b84cd..4342a14ebdbd52e82277480cfb4b3df625184588 100755
--- a/test/built-ins/SharedArrayBuffer/prototype/slice/context-is-not-arraybuffer-object.js
+++ b/test/built-ins/SharedArrayBuffer/prototype/slice/context-is-not-arraybuffer-object.js
@@ -5,7 +5,6 @@
 /*---
 description: >
   Throws a TypeError if `this` does not have an [[ArrayBufferData]] internal slot.
-info: >
 ---*/
 
 assert.throws(TypeError, function() {