Skip to content

Commit

Permalink
Make normalization regex less exact
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Jul 14, 2024
1 parent 83b870d commit 8cb170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/miri/tests/fail/alloc/global_system_mixup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down

0 comments on commit 8cb170b

Please sign in to comment.