mirror of
https://github.com/tc39/test262.git
synced 2025-09-26 11:38:50 +02:00
Prior to the application of this patch, the modified test template included an unintentional syntax error. This caused all generated tests to spuriously satisfy the expectation for an error. Correct the syntax in the test template and regenerate the tests, ensuring that when engines report a syntax error, they are demonstrating the behavior which the tests were designed to verify.