about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2023-10-08 16:43:57 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2023-10-08 16:45:45 +0000
commit9d211b044d3198f8e2c9a3e5678fafd2a61a5308 (patch)
tree4f4295d99b83ec02bd4d704da18759de9ce83c4b
parent098fc9715e0f0cc3aa5c6ff0512e389c24d09254 (diff)
downloadrust-9d211b044d3198f8e2c9a3e5678fafd2a61a5308.tar.gz
rust-9d211b044d3198f8e2c9a3e5678fafd2a61a5308.zip
Ignore MSVC in test.
-rw-r--r--tests/codegen/debug-fndef-size.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/debug-fndef-size.rs b/tests/codegen/debug-fndef-size.rs
index 2bfd77bade2..80eb35fa32a 100644
--- a/tests/codegen/debug-fndef-size.rs
+++ b/tests/codegen/debug-fndef-size.rs
@@ -1,5 +1,6 @@
 // Verify that `i32::cmp` FnDef type is declared with size 0 and align 1 in LLVM debuginfo.
 // compile-flags: -O -g -Cno-prepopulate-passes
+// ignore-msvc the types are mangled differently
 
 use std::cmp::Ordering;