Skip to content

Commit bbae474

Browse files
authored
Also shim llvm-ar in the clang_android test on non-Windows (#1016)
1 parent 0195ebf commit bbae474

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,8 @@ fn clang_android() {
642642
{
643643
let test = Test::new();
644644
test.shim("arm-linux-androideabi-clang")
645-
.shim("arm-linux-androideabi-ar");
645+
.shim("arm-linux-androideabi-ar")
646+
.shim("llvm-ar");
646647
test.gcc().target(target).file("foo.c").compile("foo");
647648
test.cmd(0).must_not_have("--target=arm-linux-androideabi");
648649
}

0 commit comments

Comments
 (0)