mirror of https://github.com/tc39/test262.git
Avoid printing tests source in the lint script (#1602)
This commit is contained in:
parent
e89e9a8a28
commit
f87f744741
|
@ -7,7 +7,6 @@ class CheckHarness(Check):
|
|||
ID = 'HARNESS'
|
||||
|
||||
def run(self, name, meta, source):
|
||||
print(source)
|
||||
if 'verifyConfigurable(' in source and 'verifyProperty(' in source:
|
||||
return 'verifyConfigurable & verifyProperty may not be used in the same file'
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue