X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..refs/heads/master:/tests/exceptionFuzz/date-format-xparb.js diff --git a/tests/exceptionFuzz/date-format-xparb.js b/tests/exceptionFuzz/date-format-xparb.js index 89e987b..4050729 100644 --- a/tests/exceptionFuzz/date-format-xparb.js +++ b/tests/exceptionFuzz/date-format-xparb.js @@ -13,6 +13,9 @@ try { * details. */ +enableExceptionFuzz(); + + Date.parseFunctions = {count:0}; Date.parseRegexes = []; Date.formatFunctions = {count:0};