commit | 68ae6ad12e4f89526638f167c380d0b28b3bdeac | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jul 21 16:11:30 2020 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Jul 21 16:34:58 2020 -0700 |
tree | e18075751c1f0d08d94d7c6be14e1a18b560b285 | |
parent | c79ea239415963d4a38752d0f3efe50531c8e04f [diff] [blame] |
Changes for #inclusivefixit. Test: treehugger Change-Id: I7ff0496c5c2792a41781e74634247f55b0548213
diff --git a/tests/dlext_test.cpp b/tests/dlext_test.cpp index 1139e53..4c4a1c3 100644 --- a/tests/dlext_test.cpp +++ b/tests/dlext_test.cpp
@@ -2022,7 +2022,7 @@ } } - // some sanity checks.. + // Some validity checks. ASSERT_TRUE(addr_start > 0); ASSERT_TRUE(addr_end > 0); ASSERT_TRUE(maps_to_copy.size() > 0);