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