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