We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7d771 commit f42baaaCopy full SHA for f42baaa
llvm/utils/lit/lit/formats/googletest.py
@@ -12,7 +12,7 @@
12
13
class GoogleTest(TestFormat):
14
def __init__(self, test_sub_dirs, test_suffix):
15
- self.test_sub_dirs = os.path.normcase(str(test_sub_dirs)).split(';')
+ self.test_sub_dirs = str(test_sub_dirs).split(';')
16
17
# On Windows, assume tests will also end in '.exe'.
18
exe_suffix = str(test_suffix)
0 commit comments