diff options
Diffstat (limited to 'src/oat_test.cc')
| -rw-r--r-- | src/oat_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oat_test.cc b/src/oat_test.cc index 0886864a8a..ae4aae2a0f 100644 --- a/src/oat_test.cc +++ b/src/oat_test.cc @@ -23,7 +23,7 @@ namespace art { class OatTest : public CommonTest { protected: - void CheckMethod(Method* method, + void CheckMethod(AbstractMethod* method, const OatFile::OatMethod& oat_method, const DexFile* dex_file) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { |