diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2024-07-14 08:40:13 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2024-07-15 05:01:22 +0000 |
| commit | 8a1ce3dfcce533b9009d703f3bbf275a98b48ba4 (patch) | |
| tree | 583e305fef48bb4c1e96d261407551bd880ad950 | |
| parent | e2b062c9b5ffbb2a57688cfa6efd9843ad70c454 (diff) | |
| download | rust-8a1ce3dfcce533b9009d703f3bbf275a98b48ba4.tar.gz rust-8a1ce3dfcce533b9009d703f3bbf275a98b48ba4.zip | |
Make normalization regex less exact
| -rw-r--r-- | src/tools/miri/tests/fail/alloc/global_system_mixup.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/tests/fail/alloc/global_system_mixup.rs b/src/tools/miri/tests/fail/alloc/global_system_mixup.rs index 2e88e5644e4..19c62913b4c 100644 --- a/src/tools/miri/tests/fail/alloc/global_system_mixup.rs +++ b/src/tools/miri/tests/fail/alloc/global_system_mixup.rs @@ -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)] |
