mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 22:15:24 +02:00
minor oversight
This commit is contained in:
parent
77450b53f2
commit
dec1be4414
@ -200,7 +200,8 @@ class TestCase(object):
|
|||||||
return self.is_strict_mode_negative
|
return self.is_strict_mode_negative
|
||||||
|
|
||||||
def GetSource(self):
|
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())
|
source += StripHeader(self.GetRawContents())
|
||||||
def IncludeFile(match):
|
def IncludeFile(match):
|
||||||
return self.suite.GetInclude(match.group(1))
|
return self.suite.GetInclude(match.group(1))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user