Bless a test for #70963
This commit is contained in:
parent
0d4259e68e
commit
683ef6002b
@ -4,8 +4,7 @@
|
||||
//@ normalize-stderr-test: ".rs:\d+:\d+" -> ".rs:LL:CC"
|
||||
//
|
||||
// Regression test for issue #70963
|
||||
// The captured stderr from this test reports a location
|
||||
// inside `VecDeque::with_capacity`, instead of `<::core::macros::panic macros>`
|
||||
// The reported panic location should not be `<::core::macros::panic macros>`.
|
||||
fn main() {
|
||||
std::collections::VecDeque::<String>::with_capacity(!0);
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
thread 'main' panicked at alloc/src/raw_vec.rs:LL:CC:
|
||||
thread 'main' panicked at $DIR/panic-location.rs:LL:CC:
|
||||
capacity overflow
|
||||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||
|
Loading…
Reference in New Issue
Block a user