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