diff options
author | 2025-03-21 20:05:44 -0700 | |
---|---|---|
committer | 2025-03-21 20:05:44 -0700 | |
commit | b61923778ebb23c5b282ff67b509493a96593419 (patch) | |
tree | d59971c5123aae888aa7de90665c9a3d3fc9a4d8 /compiler/utils/assembler_test_base.h | |
parent | b6f024a322376684cb357b48767353f18fb39dfc (diff) | |
parent | b73b25fdd947faef7856ba9277581553a96f8675 (diff) |
Snap for 13256841 from b73b25fdd947faef7856ba9277581553a96f8675 to 25Q2-release
Change-Id: Ib9d9918eb8a5bbf74e53ba61aaf7a2121c45a357
Diffstat (limited to 'compiler/utils/assembler_test_base.h')
-rw-r--r-- | compiler/utils/assembler_test_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/assembler_test_base.h b/compiler/utils/assembler_test_base.h index 0a89ad1299..515361af00 100644 --- a/compiler/utils/assembler_test_base.h +++ b/compiler/utils/assembler_test_base.h @@ -42,7 +42,7 @@ namespace art HIDDEN { static constexpr bool kKeepDisassembledFiles = false; // We put this into a class as gtests are self-contained, so this helper needs to be in an h-file. -class AssemblerTestBase : public testing::Test { +class AssemblerTestBase : public ::testing::Test { public: AssemblerTestBase() {} |