about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2023-02-25 15:06:18 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2023-03-13 18:24:48 +0000
commite8afb080be84e2f6ec95e074cb9185fc5521497f (patch)
tree012c621c334a797022e0698f6e12b47671c8e4c8
parent19a8bb16c83474d5c4baa2673b76b0621e0bd6a2 (diff)
downloadrust-e8afb080be84e2f6ec95e074cb9185fc5521497f.tar.gz
rust-e8afb080be84e2f6ec95e074cb9185fc5521497f.zip
Bless debuginfo test.
-rw-r--r--tests/debuginfo/type-names.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/debuginfo/type-names.rs b/tests/debuginfo/type-names.rs
index d7b79a845d2..c5ce044dd53 100644
--- a/tests/debuginfo/type-names.rs
+++ b/tests/debuginfo/type-names.rs
@@ -175,7 +175,6 @@
 // 0-sized structs appear to be optimized away in some cases, so only check the structs that do
 // actually appear.
 // cdb-command:dv /t *_struct
-// cdb-check:struct type_names::GenericStruct<enum2$<type_names::mod1::Enum2>,f64> mut_generic_struct = [...]
 
 // ENUMS
 // cdb-command:dv /t *_enum_*