mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 14:35:30 +02:00
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
@ -55,7 +55,7 @@ class Test:
|
||||
' * ' + self.file_name,
|
||||
' * ----------------------------------------------------------------',
|
||||
' */',
|
||||
self.source,
|
||||
self.source.decode('utf-8'),
|
||||
'\n'])
|
||||
|
||||
@after_parse
|
||||
|
Loading…
x
Reference in New Issue
Block a user