[all-commits] [llvm/llvm-project] 9fde51: [lldb/Test] Replace assertTrue with more specific ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu May 14 15:49:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9fde516032d71c325f156cb4b878cf6b12280de8
https://github.com/llvm/llvm-project/commit/9fde516032d71c325f156cb4b878cf6b12280de8
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M lldb/test/API/functionalities/breakpoint/objc/TestObjCBreakpoints.py
Log Message:
-----------
[lldb/Test] Replace assertTrue with more specific checks (NFC)
Use assertEqual(a, b) instead of assertTrue(a == b) etc.
More information about the All-commits
mailing list