Skip to content

Commit 9d211b0

Browse files
committed
Ignore MSVC in test.
1 parent 098fc97 commit 9d211b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/codegen/debug-fndef-size.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Verify that `i32::cmp` FnDef type is declared with size 0 and align 1 in LLVM debuginfo.
22
// compile-flags: -O -g -Cno-prepopulate-passes
3+
// ignore-msvc the types are mangled differently
34

45
use std::cmp::Ordering;
56

0 commit comments

Comments
 (0)