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