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