summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_test_base.h
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-03-21 20:05:44 -0700
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-03-21 20:05:44 -0700
commitb61923778ebb23c5b282ff67b509493a96593419 (patch)
treed59971c5123aae888aa7de90665c9a3d3fc9a4d8 /compiler/utils/assembler_test_base.h
parentb6f024a322376684cb357b48767353f18fb39dfc (diff)
parentb73b25fdd947faef7856ba9277581553a96f8675 (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.h2
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() {}