From 8d1ef5a936507375a42c1f40d066f87146afb3eb Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Wed, 3 Jul 2019 16:11:23 +0200 Subject: [PATCH] Fix misleading comment in testsuite --- tests/testsuite/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testsuite/build.rs b/tests/testsuite/build.rs index e1fae224237..13bb5b85a0b 100644 --- a/tests/testsuite/build.rs +++ b/tests/testsuite/build.rs @@ -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(