mirror of https://github.com/tc39/test262.git
minor oversight
This commit is contained in:
parent
77450b53f2
commit
dec1be4414
|
@ -200,7 +200,8 @@ class TestCase(object):
|
|||
return self.is_strict_mode_negative
|
||||
|
||||
def GetSource(self):
|
||||
source = self.suite.GetInclude("framework.js", False)
|
||||
source = self.suite.GetInclude("framework.js", False) + \
|
||||
self.suite.GetInclude("sta.js", False)
|
||||
source += StripHeader(self.GetRawContents())
|
||||
def IncludeFile(match):
|
||||
return self.suite.GetInclude(match.group(1))
|
||||
|
|
Loading…
Reference in New Issue