aboutsummaryrefslogtreecommitdiff
path: root/tests/expandtest.rs
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-11 14:55:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-11 14:55:29 +0000
commit5ca84867572d2f96230b8450e77205925f9a1848 (patch)
tree4ff684b6890583131074a1033210f0ac7abb1d0d /tests/expandtest.rs
parentfcb335e6ca1967ccc95468d5c8ea80541c14d9ef (diff)
parent854e9fcb8c82f15786589be06db1c743ebf62319 (diff)
downloadpin-project-5ca84867572d2f96230b8450e77205925f9a1848.tar.gz
Upgrade rust/crates/pin-project to 1.0.8 am: c1569cc62c am: 02a74e9451 am: 854e9fcb8c
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-project/+/1791108 Change-Id: Ifd1f1b380fbda0e1a27c35291b1647f644cd1ccf
Diffstat (limited to 'tests/expandtest.rs')
-rw-r--r--tests/expandtest.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expandtest.rs b/tests/expandtest.rs
index 4e08040..3f0d5c1 100644
--- a/tests/expandtest.rs
+++ b/tests/expandtest.rs
@@ -15,7 +15,7 @@ fn expandtest() {
let cargo = &*env::var("CARGO").unwrap_or_else(|_| "cargo".into());
if !has_command(&[cargo, "expand"]) || !has_command(&[cargo, "fmt"]) {
if is_ci {
- panic!("expandtest requires rustfmt and cargo-expand")
+ panic!("expandtest requires rustfmt and cargo-expand");
}
return;
}