Skip to content
Snippets Groups Projects
Commit dec1be44 authored by Mark Miller's avatar Mark Miller
Browse files

minor oversight

parent 77450b53
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment