diff options
author | 2018-09-20 15:05:17 +0000 | |
---|---|---|
committer | 2018-09-20 15:05:17 +0000 | |
commit | ee07743e03042c2ca36e0c9513847a9e7d2509f1 (patch) | |
tree | 66867d7443a3798f6d882ef2715ddeb7baf3e771 /test/1940-ddms-ext/ddm_ext.cc | |
parent | 9a20ff06f7ccee08a742c315ec6d351ab56ba1cd (diff) |
Revert "ART: Refactor typedef to using"
This reverts commit 9a20ff06f7ccee08a742c315ec6d351ab56ba1cd.
Reason for revert: Attributes on the wrong side.
Bug: 32619234
Change-Id: I8fd2abef619b22c02ccfbf5ae629339f1a60918b
Diffstat (limited to 'test/1940-ddms-ext/ddm_ext.cc')
-rw-r--r-- | test/1940-ddms-ext/ddm_ext.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/1940-ddms-ext/ddm_ext.cc b/test/1940-ddms-ext/ddm_ext.cc index 452187bdcb..cc29df9a49 100644 --- a/test/1940-ddms-ext/ddm_ext.cc +++ b/test/1940-ddms-ext/ddm_ext.cc @@ -25,7 +25,7 @@ namespace art { namespace Test1940DdmExt { -using DdmHandleChunk = jvmtiError(*)(jvmtiEnv* env, +typedef jvmtiError (*DdmHandleChunk)(jvmtiEnv* env, jint type_in, jint len_in, const jbyte* data_in, |