Skip to content

Commit 35095cf

Browse files
committed
amend! amend! [unittest] Add option to allow disabling sharding in unittest
Fix a typo.
1 parent 0f42e93 commit 35095cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/lit/formats/googletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def execute(self, test, litConfig):
154154
if not litConfig.disableGTestSharding:
155155
testPath, testName = os.path.split(test.getSourcePath())
156156
while not os.path.exists(testPath):
157-
# Handle GTest parametrized and typed tests, whose name includes
157+
# Handle GTest parameterized and typed tests, whose name includes
158158
# some '/'s.
159159
testPath, namePrefix = os.path.split(testPath)
160160
testName = namePrefix + "/" + testName

0 commit comments

Comments
 (0)