minor oversight

This commit is contained in:
Mark Miller 2011-09-11 22:04:55 -07:00
parent 77450b53f2
commit dec1be4414
1 changed files with 2 additions and 1 deletions

View File

@ -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))