summaryrefslogtreecommitdiff
path: root/runtime/exception_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/exception_test.cc')
-rw-r--r--runtime/exception_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/exception_test.cc b/runtime/exception_test.cc
index de4b3f437a..33d756ea12 100644
--- a/runtime/exception_test.cc
+++ b/runtime/exception_test.cc
@@ -108,8 +108,8 @@ class ExceptionTest : public CommonRuntimeTest {
const DexFile* dex_;
std::vector<uint8_t> fake_code_;
- Leb128EncodingVector fake_mapping_data_;
- Leb128EncodingVector fake_vmap_table_data_;
+ Leb128EncodingVector<> fake_mapping_data_;
+ Leb128EncodingVector<> fake_vmap_table_data_;
std::vector<uint8_t> fake_gc_map_;
std::vector<uint8_t> fake_header_code_and_maps_;