Skip to content

Commit 40a4d5d

Browse files
authored
Minor spelling fix in external test runners base.py
1 parent f0fbb28 commit 40a4d5d

File tree

1 file changed

+1
-1
lines changed
  • scripts/externalTests/runners

1 file changed

+1
-1
lines changed

scripts/externalTests/runners/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, argv, config: TestConfig):
7474

7575
def setup_solc(self) -> str:
7676
if self.solc_binary_type == "solcjs":
77-
# TODO: add support to solc-js
77+
# TODO: add support for solc-js
7878
raise NotImplementedError()
7979
print("Setting up solc...")
8080
solc_version_output = subprocess.check_output(

0 commit comments

Comments
 (0)