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