mirror of
https://github.com/openharmony/third_party_spirv-tools.git
synced 2026-07-21 03:35:25 -04:00
Avoid use of 'sanity' and 'sanity check' in the code base (#3585)
In line with: https://source.android.com/setup/contribute/respectful-code this change uses the terms 'coherence' and 'coherence check' where 'sanity' and 'sanity check' were previously used.
This commit is contained in:
committed by
GitHub
parent
d7faf1ef22
commit
57eeccf2a9
@@ -92,7 +92,7 @@ std::ostream& operator<<(std::ostream& os, const ParsedInstruction& inst) {
|
||||
return os;
|
||||
}
|
||||
|
||||
// Sanity check for the equality operator on ParsedInstruction.
|
||||
// Coherence check for the equality operator on ParsedInstruction.
|
||||
TEST(ParsedInstruction, ZeroInitializedAreEqual) {
|
||||
spv_parsed_instruction_t pi = {};
|
||||
ParsedInstruction a(pi);
|
||||
|
||||
Reference in New Issue
Block a user