summaryrefslogtreecommitdiff
path: root/compiler/elf_writer_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/elf_writer_test.cc')
-rw-r--r--compiler/elf_writer_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/elf_writer_test.cc b/compiler/elf_writer_test.cc
index 95e5f9f73d..5bad0d00ea 100644
--- a/compiler/elf_writer_test.cc
+++ b/compiler/elf_writer_test.cc
@@ -31,7 +31,7 @@ class ElfWriterTest : public CommonTest {
#define EXPECT_ELF_FILE_ADDRESS(ef, expected_value, symbol_name, build_map) \
do { \
- void* addr = reinterpret_cast<void*>(ef->FindSymbolAddress(::llvm::ELF::SHT_DYNSYM, \
+ void* addr = reinterpret_cast<void*>(ef->FindSymbolAddress(SHT_DYNSYM, \
symbol_name, \
build_map)); \
EXPECT_NE(nullptr, addr); \