blob: c460dcec8fe12176aa77cfaf4e1a368a87cb9862 [file] [log] [blame]
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `019-wrong-array-type`.
// Test's Dex code.
java_test {
name: "art-run-test-019-wrong-array-type",
defaults: ["art-run-test-defaults"],
srcs: ["src/**/*.java"],
data: [":art-run-test-019-wrong-array-type-expected"],
}
// Test's expected output.
genrule {
name: "art-run-test-019-wrong-array-type-expected",
out: ["art-run-test-019-wrong-array-type-expected.txt"],
srcs: ["expected.txt"],
cmd: "cp -f $(in) $(out)",
}