[PATCH] D135947: [NFC][lit] Fix typo
Sheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 00:48:42 PDT 2022
0x59616e created this revision.
0x59616e added a reviewer: ychen.
Herald added a subscriber: delcypher.
Herald added a project: All.
0x59616e requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
parametrized =>
parameterized
Not sure whether this is a typo or not. So I open this review.
https://reviews.llvm.org/D135947
Files:
llvm/utils/lit/lit/formats/googletest.py
Index: llvm/utils/lit/lit/formats/googletest.py
===================================================================
--- llvm/utils/lit/lit/formats/googletest.py
+++ llvm/utils/lit/lit/formats/googletest.py
@@ -107,7 +107,7 @@
testPath,testName = os.path.split(test.getSourcePath())
while not os.path.exists(testPath):
- # Handle GTest parametrized and typed tests, whose name includes
+ # Handle GTest parameterized and typed tests, whose name includes
# some '/'s.
testPath, namePrefix = os.path.split(testPath)
testName = namePrefix + '/' + testName
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135947.467701.patch
Type: text/x-patch
Size: 633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221014/d4832fec/attachment.bin>
More information about the llvm-commits
mailing list