Skip to content

Commit

Permalink
Ignore MSVC in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Oct 8, 2023
1 parent 098fc97 commit 9d211b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/codegen/debug-fndef-size.rs
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 9d211b0

Please # to comment.