diff options
Diffstat (limited to 'runtime/class_linker_test.cc')
-rw-r--r-- | runtime/class_linker_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker_test.cc b/runtime/class_linker_test.cc index a7561deac8..ef851910bf 100644 --- a/runtime/class_linker_test.cc +++ b/runtime/class_linker_test.cc @@ -1768,7 +1768,7 @@ TEST_F(ClassLinkerClassLoaderTest, CreateClassLoaderChain) { // in the top parent. VerifyClassResolution("LDefinedInAC;", class_loader_d, class_loader_a); - // Sanity check that we don't find an undefined class. + // Check that we don't find an undefined class. VerifyClassResolution("LNotDefined;", class_loader_d, nullptr, /*should_find=*/ false); } |