diff --git a/test/suite/es6/ch22/22.1/22.1.2/S22.1.2.3_T1.js b/test/suite/es6/ch22/22.1/22.1.2/S22.1.2.3_T1.js index 62a7b60bc8cf8adb8bd024cba8c984d2606ebd7d..a3dba8669f5d8b61443b9da03972036fb3282bbd 100644 --- a/test/suite/es6/ch22/22.1/22.1.2/S22.1.2.3_T1.js +++ b/test/suite/es6/ch22/22.1/22.1.2/S22.1.2.3_T1.js @@ -1,6 +1,6 @@ // Copyright (c) 2014 Hank Yates. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. -// + /** * @description Testing Array#of when passed Strings * @author Hank Yates (hankyates@gmail.com)