Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
842b5cbd6e02232a3c407a98271a525f5e8aaf84
/
.
/
test
/
851-null-instanceof
/
info.txt
blob: 00cec2293c58735b4f5cc50bbc44c2a3b9a9aea2 [
file
] [
log
] [
blame
]
Regression test for the verifier which used to needlessly cast a dex register
containing null to a type, and then fail when using that dex register with an
unrelated type.