Skip to content

Commit 7d52cbc

Browse files
committed
Auto merge of #54530 - pnkfelix:issue-54047-migrate-ui-run-pass-back-to-run-pass, r=alexcrichton
Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`. Moves all the tests from `src/test/ui/run-pass/**` back to `src/test/run-pass/`. This should have no impact on our overall testing completeness due to PR #54223 Fix #54047
2 parents 8876906 + 649b20e commit 7d52cbc

File tree

2,795 files changed

+1039
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,795 files changed

+1039
-68
lines changed

src/test/ui/run-pass/array-slice-vec/array_const_index-1.rs renamed to src/test/run-pass/array-slice-vec/array_const_index-1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// run-pass
12+
#![allow(dead_code)]
1213
#![allow(stable_features)]
1314

1415
#![feature(const_indexing)]

0 commit comments

Comments
 (0)