aboutsummaryrefslogtreecommitdiff
path: root/tests/link_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/link_test.cpp')
-rw-r--r--tests/link_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/link_test.cpp b/tests/link_test.cpp
index 127a3d989..75bb4d618 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);
- // Validity checks.
+ // Sanity checks
uintptr_t func = reinterpret_cast<uintptr_t>(read_exidx_func);
bool found = false;
for (int i = 0; i < count; ++i) {