aboutsummaryrefslogtreecommitdiff
path: root/test/opt/graphics_robust_access_test.cpp
diff options
context:
space:
mode:
authorAlastair Donaldson <afdx@google.com>2020-07-29 04:55:02 +0100
committerGitHub <noreply@github.com>2020-07-28 23:55:02 -0400
commitf9b088fe0dbf6b27934a0f2f4a9f2a7bbc96a430 (patch)
treefd0159c497fdee727575631c3220016714b5f1e9 /test/opt/graphics_robust_access_test.cpp
parent150be20d4334b66c31a8ed81230f85b814b14a9f (diff)
downloadspirv-tools-f9b088fe0dbf6b27934a0f2f4a9f2a7bbc96a430.tar.gz
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.
Diffstat (limited to 'test/opt/graphics_robust_access_test.cpp')
-rw-r--r--test/opt/graphics_robust_access_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/opt/graphics_robust_access_test.cpp b/test/opt/graphics_robust_access_test.cpp
index d38571e7..c4b089bb 100644
--- a/test/opt/graphics_robust_access_test.cpp
+++ b/test/opt/graphics_robust_access_test.cpp
@@ -1323,7 +1323,7 @@ TEST_F(GraphicsRobustAccessTest,
// Split the address calculation across two access chains. Force
// the transform to walk up the access chains to find the base variable.
// This time, put the different access chains in different basic blocks.
- // This sanity checks that we keep the instruction-to-block mapping
+ // This coherence-checks that we keep the instruction-to-block mapping
// consistent.
for (auto* ac : AccessChains()) {
std::ostringstream shaders;