mirror of https://github.com/tc39/test262.git
generation: Fix bytes/str error
This was probably left over from supporting Python 2 in the scripts.
This commit is contained in:
parent
65ff60c209
commit
8e9141e69d
tools/generation/lib
|
@ -55,7 +55,7 @@ class Test:
|
|||
' * ' + self.file_name,
|
||||
' * ----------------------------------------------------------------',
|
||||
' */',
|
||||
self.source,
|
||||
self.source.decode('utf-8'),
|
||||
'\n'])
|
||||
|
||||
@after_parse
|
||||
|
|
Loading…
Reference in New Issue