diff options
author | 2024-05-08 15:25:32 +0000 | |
---|---|---|
committer | 2024-05-15 10:18:49 +0000 | |
commit | cd39615402f99f5c7f6e5c3f436bc2e73bb14ccc (patch) | |
tree | 4671b438ca67940d80a13b3431ee42a5c6b7424d /dexopt_chroot_setup | |
parent | 851339d472e65126f32b1b71de0956e9d562d13f (diff) |
Fix bugprone-argument-comment clang-tidy issues
Bug: 264654008
Test: m tidy-art
Change-Id: I7cbe86ab1cc9de2ca2e80583203e8d9e7abcf44b
Diffstat (limited to 'dexopt_chroot_setup')
-rw-r--r-- | dexopt_chroot_setup/dexopt_chroot_setup_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dexopt_chroot_setup/dexopt_chroot_setup_test.cc b/dexopt_chroot_setup/dexopt_chroot_setup_test.cc index 9ee33dfece..bfa38e0aa0 100644 --- a/dexopt_chroot_setup/dexopt_chroot_setup_test.cc +++ b/dexopt_chroot_setup/dexopt_chroot_setup_test.cc @@ -74,7 +74,7 @@ class DexoptChrootSetupTest : public CommonArtTest { GTEST_SKIP() << "A real Pre-reboot Dexopt is running"; } - ASSERT_TRUE(WaitForProperty("dev.bootcomplete", "1", /*timeout=*/std::chrono::minutes(3))); + ASSERT_TRUE(WaitForProperty("dev.bootcomplete", "1", /*relative_timeout=*/std::chrono::minutes(3))); test_skipped = false; |