Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
04f74e35e39fa66e76d2a2088a45adc5f4b24b50
/
.
/
test
/
847-filled-new-aray
/
info.txt
blob: 6244ffb4f7f73295e277e61bd9d338b12960963b [
file
] [
log
] [
blame
]
Regression test for the verifier which used to hard fail when using
filled-new-array with an unresolved type. We now accept it, and a
NoClassDefFoundError will be thrown at runtime.