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