diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-23 02:11:05 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-23 02:11:05 +0000 |
commit | dd534e700dfafab38f04cf92c9bd824f113cf4bd (patch) | |
tree | e9a2fedf55835052b36beaf2fc40a98d2eccc8a5 /tests/link_test.cpp | |
parent | 26b816e3ddc4127b2d9e9b282982fa36941246f5 (diff) | |
parent | 708013e81c289b059399502dad55d534b150d742 (diff) |
Snap for 6701932 from 708013e81c289b059399502dad55d534b150d742 to sc-release
Change-Id: I31f961d20b2c644cfe88d8bb0c946524e312b55c
Diffstat (limited to 'tests/link_test.cpp')
-rw-r--r-- | tests/link_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/link_test.cpp b/tests/link_test.cpp index 75bb4d618..127a3d989 100644 --- a/tests/link_test.cpp +++ b/tests/link_test.cpp @@ -258,7 +258,7 @@ TEST(link, dl_unwind_find_exidx) { ASSERT_TRUE(entries != nullptr); ASSERT_GT(count, 0); - // Sanity checks + // Validity checks. uintptr_t func = reinterpret_cast<uintptr_t>(read_exidx_func); bool found = false; for (int i = 0; i < count; ++i) { |