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