aboutsummaryrefslogtreecommitdiff
path: root/tests/expandtest.rs
diff options
context:
space:
mode:
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;
}