summaryrefslogtreecommitdiff
path: root/test/1900-track-alloc/alloc.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-09-20 04:59:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-09-20 04:59:30 +0000
commit144f0826919bf7af915bd165fc67eb12aead843c (patch)
tree7e55557e118eb5fffe03ad3456e00d8469a36232 /test/1900-track-alloc/alloc.cc
parent4727396c867c6b4641f5bb0edb925d554379ae8e (diff)
parent9a20ff06f7ccee08a742c315ec6d351ab56ba1cd (diff)
Merge changes If50d37b5,I0f40f91c,I02e8702c
* changes: ART: Refactor typedef to using ART: Fix dexdump & dexlist ART: Add redundant-void-arg check
Diffstat (limited to 'test/1900-track-alloc/alloc.cc')
-rw-r--r--test/1900-track-alloc/alloc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/1900-track-alloc/alloc.cc b/test/1900-track-alloc/alloc.cc
index db5617c54c..f2096111da 100644
--- a/test/1900-track-alloc/alloc.cc
+++ b/test/1900-track-alloc/alloc.cc
@@ -24,7 +24,7 @@
namespace art {
namespace Test1900TrackAlloc {
-typedef jvmtiError (*GetGlobalState)(jvmtiEnv* env, jlong* allocated);
+using GetGlobalState = jvmtiError(*)(jvmtiEnv* env, jlong* allocated);
struct AllocTrackingData {
GetGlobalState get_global_state;