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