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;