We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fbb28 commit 40a4d5dCopy full SHA for 40a4d5d
scripts/externalTests/runners/base.py
@@ -74,7 +74,7 @@ def __init__(self, argv, config: TestConfig):
74
75
def setup_solc(self) -> str:
76
if self.solc_binary_type == "solcjs":
77
- # TODO: add support to solc-js
+ # TODO: add support for solc-js
78
raise NotImplementedError()
79
print("Setting up solc...")
80
solc_version_output = subprocess.check_output(
0 commit comments