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