mirror of https://github.com/tc39/test262.git
Add missing `define`
This commit is contained in:
parent
33ea5b6439
commit
ab13ee1513
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue