diff --git a/test/built-ins/decodeURIComponent/throw-URIError.js b/test/built-ins/decodeURIComponent/throw-URIError.js index d977be28b7..bb8753ebc1 100644 --- a/test/built-ins/decodeURIComponent/throw-URIError.js +++ b/test/built-ins/decodeURIComponent/throw-URIError.js @@ -37,4 +37,4 @@ assert.throws(URIError, function CHECK4() { // CHECK#5: Code point beyond U+10FFFF assert.throws(URIError, function CHECK5() { decodeURIComponent('%F4%90%80%80'); -},'#5: %F4%90%80%80 (out-of-range) should throw URIError'); \ No newline at end of file +},'#5: %F4%90%80%80 (out-of-range) should throw URIError');