summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
diff options
context:
space:
mode:
authorTom Weaver <Tom.Weaver@Sony.com>2020-06-02 16:09:17 +0100
committerTom Weaver <Tom.Weaver@Sony.com>2020-06-02 16:09:17 +0100
commitbf1cdc2c6c0460b7121ac653c796ef4995b1dfa9 (patch)
tree7a3f47c76757a94c83ba0a1974386fb183e521f5 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
parent53c29a42d044b167f6b5f28e096c8d9e50d6edc7 (diff)
[Dexter] Add os.path.normcase(...) transform to test path early.
When passing a test path, if the path points directly at a file, then normcase would not be called on path. This would change the expected lower case drive path, on windows, to be uppercase. This patch simply calls normcase on the test path at the earliest point possible to avoid this issue. Reviewers: djtodoro, jmorse Differential Revision: https://reviews.llvm.org/D78633
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions