diff --git a/harness/regExpUtils.js b/harness/regExpUtils.js index 1660050fcc..1612f7f5e1 100644 --- a/harness/regExpUtils.js +++ b/harness/regExpUtils.js @@ -3,7 +3,7 @@ /*--- description: | Collection of functions used to assert the correctness of RegExp objects. -defines: [buildString, testPropertyEscapes, testPropertyOfStrings, matchValidator] +defines: [buildString, testPropertyEscapes, testPropertyOfStrings, testExtendedCharacterClass, matchValidator] ---*/ function buildString(args) {