Skip to content

Commit 8d1ef5a

Browse files
committed
Fix misleading comment in testsuite
1 parent 092b8f2 commit 8d1ef5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4589,7 +4589,7 @@ fn pipelining_big_graph() {
45894589
return;
45904590
}
45914591

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

0 commit comments

Comments
 (0)