diff --git a/test/built-ins/global/global-object.js b/test/built-ins/global/global-object.js index 61d9ac913a..21be0f7692 100644 --- a/test/built-ins/global/global-object.js +++ b/test/built-ins/global/global-object.js @@ -3,7 +3,7 @@ /*--- esid: sec-other-properties-of-the-global-object-global -description: `global` should be the global object +description: "'global' should be the global object" author: Jordan Harband includes: [propertyHelper.js] ---*/ diff --git a/test/built-ins/global/property-descriptor.js b/test/built-ins/global/property-descriptor.js index 653d8c63bc..49afab10d7 100644 --- a/test/built-ins/global/property-descriptor.js +++ b/test/built-ins/global/property-descriptor.js @@ -3,7 +3,7 @@ /*--- esid: sec-other-properties-of-the-global-object-global -description: `global` should be writable, non-enumerable, and configurable +description: "'global' should be writable, non-enumerable, and configurable" author: Jordan Harband includes: [propertyHelper.js] ---*/