about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-04-19 15:02:21 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-04-19 15:02:21 +0000
commit8a40ff9d072fb0d348f9f2c472950b3eed9d65bf (patch)
tree6b097a7b32ad626b194d63aa0f81921df4d5140f /src
parent9635312bd0af7b5b7d4fdb22c30ccae7558f62da (diff)
downloadrust-8a40ff9d072fb0d348f9f2c472950b3eed9d65bf.tar.gz
rust-8a40ff9d072fb0d348f9f2c472950b3eed9d65bf.zip
Remove a test that wasn't carrying its weight
Diffstat (limited to 'src')
-rw-r--r--src/tools/miri/tests/pass/track-alloc-1.rs6
-rw-r--r--src/tools/miri/tests/pass/track-alloc-1.stderr5
2 files changed, 0 insertions, 11 deletions
diff --git a/src/tools/miri/tests/pass/track-alloc-1.rs b/src/tools/miri/tests/pass/track-alloc-1.rs
deleted file mode 100644
index 427c800dc51..00000000000
--- a/src/tools/miri/tests/pass/track-alloc-1.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-// Ensure that tracking early allocations doesn't ICE Miri.
-// Early allocations are probably part of the runtime and therefore uninteresting, but they
-// shouldn't cause a crash.
-//@compile-flags: -Zmiri-track-alloc-id=1
-//@normalize-stderr-test: "[48] bytes" -> "SIZE bytes"
-fn main() {}
diff --git a/src/tools/miri/tests/pass/track-alloc-1.stderr b/src/tools/miri/tests/pass/track-alloc-1.stderr
deleted file mode 100644
index 7206edbb701..00000000000
--- a/src/tools/miri/tests/pass/track-alloc-1.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-note: tracking was triggered
-   |
-   = note: created extern static allocation of SIZE bytes (alignment ALIGN bytes) with id 1
-   = note: (no span available)
-