commit | dd3efae34ee77935cbd275d09c0ad35e5b79daee | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Sun Aug 28 14:39:07 2011 -0700 |
committer | buzbee <buzbee@google.com> | Sun Aug 28 17:38:59 2011 -0700 |
tree | b5633fdbd542d613da669e512ae773a4b57d98b1 | |
parent | 1caa2c205e51dda670207828f25451fb7623cea6 [diff] [blame] |
Add instance field get/put test Still need to handle unresolved at compile-time case. Change-Id: I4d9c82c4bbe4810aaa147ac19418706635a29a7f
diff --git a/src/compiler_test.cc b/src/compiler_test.cc index 1e9f203..694a85a 100644 --- a/src/compiler_test.cc +++ b/src/compiler_test.cc
@@ -241,4 +241,10 @@ 3); } +TEST_F(CompilerTest, TestIGetPut) { + CompileDex(kIntMathDex, "kIntMathDex"); + AssertStaticIntMethod("IntMath", "testIGetPut", "(I)I", 333, + 111); +} + } // namespace art