Skip to content

Commit

Permalink
Auto merge of #7090 - nmattia:nm-misleading-comment, r=Eh2406
Browse files Browse the repository at this point in the history
Fix misleading comment in testsuite

The test is actually creating crates 0,1,...29 as opposed to 0,1,...19.
  • Loading branch information
bors committed Jul 3, 2019
2 parents 092b8f2 + 8d1ef5a commit 9fd0332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4589,7 +4589,7 @@ fn pipelining_big_graph() {
return;
}

// Create a crate graph of the form {a,b}{0..19}, where {a,b}(n) depend on {a,b}(n+1)
// Create a crate graph of the form {a,b}{0..29}, where {a,b}(n) depend on {a,b}(n+1)
// Then have `foo`, a binary crate, depend on the whole thing.
let mut project = project()
.file(
Expand Down

0 comments on commit 9fd0332

Please sign in to comment.