Skip to content

Commit

Permalink
remove unused format argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Mar 15, 2016
1 parent d37d38c commit ac46a1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_cargo_cross_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,7 @@ test test_foo ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
", compiling = COMPILING, running = RUNNING, foo = p.url(), triple = target,
doctest = DOCTEST)));
", compiling = COMPILING, running = RUNNING, foo = p.url(), triple = target)));
});

test!(no_cross_doctests {
Expand Down

0 comments on commit ac46a1b

Please sign in to comment.