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