mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
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…
x
Reference in New Issue
Block a user