mirror of https://github.com/rust-lang/rust.git
Make normalization regex less exact
This commit is contained in:
parent
e2b062c9b5
commit
8a1ce3dfcc
|
@ -4,7 +4,7 @@
|
|||
|
||||
//@normalize-stderr-test: "using [A-Za-z]+ heap deallocation operation" -> "using PLATFORM heap deallocation operation"
|
||||
//@normalize-stderr-test: "\| +\^+" -> "| ^"
|
||||
//@normalize-stderr-test: "libc::free\([^()]*\)|unsafe \{ HeapFree\([^()]*\) \};" -> "FREE();"
|
||||
//@normalize-stderr-test: "libc::free\([^()]*\)|unsafe \{ HeapFree\([^}]*\};" -> "FREE();"
|
||||
|
||||
#![feature(allocator_api, slice_ptr_get)]
|
||||
|
||||
|
|
Loading…
Reference in New Issue