Auto merge of #156044 - danieljofficial:move-tests-array-slice-vec, r=JonathanBrouwer

Move tests array slice vec

r? @Kivooeo 
Hi, some tests that belong in the  array-slice-vec folder
This commit is contained in:
bors
2026-05-04 03:00:26 +00:00
3 changed files with 6 additions and 0 deletions
@@ -1,3 +1,5 @@
//! Regression test for https://github.com/rust-lang/rust/issues/3888
//@ check-pass
#![allow(dead_code)]
@@ -1,3 +1,5 @@
//! Regression test for https://github.com/rust-lang/rust/issues/4464
//@ check-pass
#![allow(dead_code)]
@@ -1,3 +1,5 @@
//! Regression test for https://github.com/rust-lang/rust/issues/2470
//@ run-fail
//@ error-pattern:index out of bounds
//@ needs-subprocess