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