blob: a4b699c09420032e0f0c20267a867d4589692a13 [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"],
test_config_template: ":art-run-test-target-no-test-suite-tag-template",
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)",
}