blob: b2c551e0267a4c4dd39fc23d9219dd979187bf4b [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-stdout"],
}
// Test's expected output.
genrule {
name: "art-run-test-469-condition-materialization-expected-stdout",
out: ["art-run-test-469-condition-materialization-expected-stdout.txt"],
srcs: ["expected-stdout.txt"],
cmd: "cp -f $(in) $(out)",
}