Ignore MSVC in test.

This commit is contained in:
Camille GILLOT 2023-10-08 16:43:57 +00:00
parent 098fc9715e
commit 9d211b044d

View file

@ -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;