[all-commits] [llvm/llvm-project] 7ee133: [libcxx][pretty printers] Correct tests run detection
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Oct 7 05:38:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ee133d3fce730d39dba68b81d8ab2285ba8b349
https://github.com/llvm/llvm-project/commit/7ee133d3fce730d39dba68b81d8ab2285ba8b349
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M libcxx/test/libcxx/gdb/gdb_pretty_printer_test.py
Log Message:
-----------
[libcxx][pretty printers] Correct tests run detection
Missing "global" meant that we set a local "has_run_tests"
so the global was False by the time everything has run.
More information about the All-commits
mailing list