aboutsummaryrefslogtreecommitdiffstats
path: root/tools/packaging/test262.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/packaging/test262.py')
-rwxr-xr-xtools/packaging/test262.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/packaging/test262.py b/tools/packaging/test262.py
index 4ab3a3af1..cff30baad 100755
--- a/tools/packaging/test262.py
+++ b/tools/packaging/test262.py
@@ -211,6 +211,7 @@ class TestCase(object):
source = self.suite.GetInclude("cth.js") + \
self.suite.GetInclude("sta.js") + \
self.suite.GetInclude("ed.js") + \
+ self.suite.GetInclude("testBuiltInObject.js") + \
self.test + '\n'
if self.strict_mode: