Skip to content

Commit

Permalink
Fix misleading comment in testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jul 3, 2019
1 parent 092b8f2 commit 8d1ef5a
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 8d1ef5a

Please sign in to comment.