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