Skip to content

Commit 903f8d1

Browse files
authored
Merge pull request #5 from Alex-Lian/main
fix a spelling mistake
2 parents bbb8890 + 829efb6 commit 903f8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/generate_ctest/identify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def identify_ctest(project):
3636
testinfo[param]["tests"][test] = set()
3737
testinfo[param]["tests"][test].add(value)
3838

39-
# ctest shoud pass all good value
39+
# ctest should pass all good value
4040
for param, info in testinfo.items():
4141
ctests[param] = []
4242
good_values = testinfo[param]["good_values"]

0 commit comments

Comments
 (0)