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