Skip to content

Commit 369d4f1

Browse files
committed
remove duplicate E0435 test
1 parent 0883ce1 commit 369d4f1

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

src/test/compile-fail/non-constant-expr-for-vec-repeat.rs renamed to src/test/compile-fail/non-constant-expr-for-arr-len.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// Check that non constant exprs fail for vector repeat syntax
11+
// Check that non constant exprs fail for array repeat syntax
1212

1313
fn main() {
1414
fn bar(n: usize) {

src/test/compile-fail/non-constant-expr-for-fixed-len-vec.rs

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)