commit | 53a3c9b4ab57f04b46bc3abf42e36bdfa821f7f3 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed May 10 18:34:15 2017 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Jun 01 13:12:31 2017 -0700 |
tree | 9fc9121598c53fe697b19217b406337d0b74f2a9 | |
parent | c495e059b7bd38cb105df59b2b206589ed117a8f [diff] [blame] |
Add DwarfSection classes. Bug: 23762183 Test: Ran new unit tests. Change-Id: Icca2a73c50d467718ba4ac41e1c8f541488620dd
diff --git a/libunwindstack/tests/DwarfCfaTest.cpp b/libunwindstack/tests/DwarfCfaTest.cpp index 6cf028a..687af7d 100644 --- a/libunwindstack/tests/DwarfCfaTest.cpp +++ b/libunwindstack/tests/DwarfCfaTest.cpp
@@ -57,8 +57,8 @@ MemoryFake memory_; std::unique_ptr<DwarfMemory> dmem_; std::unique_ptr<DwarfCfa<TypeParam>> cfa_; - DwarfCIE cie_; - DwarfFDE fde_; + DwarfCie cie_; + DwarfFde fde_; }; TYPED_TEST_CASE_P(DwarfCfaTest);