[Lldb-commits] [PATCH] D68951: Fix test breakage caused by r374424

2019-10-14 Thread Lawrence D'Anna via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGd5768e3d0e88: Fix test breakage caused by r374424 (authored by lawrence_danna). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68951/new/ https://reviews.llv

[Lldb-commits] [PATCH] D68951: Fix test breakage caused by r374424

2019-10-14 Thread Lawrence D'Anna via Phabricator via lldb-commits
lawrence_danna created this revision. lawrence_danna added reviewers: JDevlieghere, jasonmolenda, labath, stella.stamenova. Herald added a project: LLDB. The build directory name is based on the test method name, so having two test methods with the same name in the same test file is a problem, ev