| Index: test/intl/testcfg.py
|
| diff --git a/test/intl/testcfg.py b/test/intl/testcfg.py
|
| index 9fc087e5f523fc46eda2b3c94f9951c638447d10..09d29d0bee066d1fea8e5591ba589a403c537bb4 100644
|
| --- a/test/intl/testcfg.py
|
| +++ b/test/intl/testcfg.py
|
| @@ -57,6 +57,7 @@ class IntlTestSuite(testsuite.TestSuite):
|
| files = []
|
| files.append(os.path.join(self.root, "assert.js"))
|
| files.append(os.path.join(self.root, "utils.js"))
|
| + files.append(os.path.join(self.root, "date-format", "utils.js"))
|
| files.append(os.path.join(self.root, testcase.path + self.suffix()))
|
|
|
| flags += files
|
|
|