Skip to content

Commit 31dd14e

Browse files
committed
Skip this debug test case which is failing on the latest mac-os devtools and its only for debug info
1 parent 48b11d3 commit 31dd14e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
// 'char' should use DW_ATE_UTF
2-
fn main () {
3-
let c = 'x';
41
// { dg-do compile }
5-
// Use -w to avoid warnings about the unused variables
6-
// DW_ATE_UTF entered in DWARF 4.
2+
// { dg-skip-if "see https://github.com/Rust-GCC/gccrs/pull/1632" { *-*-darwin* } }
73
// { dg-options "-w -gdwarf-4 -dA" }
8-
// DW_ATE_UTF = 0x10
9-
// { dg-final { scan-assembler "0x10\[ \t]\[^\n\r]* DW_AT_encoding" } } */
4+
// 'char' should use DW_ATE_UTF
5+
fn main() {
6+
let c = 'x';
7+
// Use -w to avoid warnings about the unused variables
8+
// DW_ATE_UTF entered in DWARF 4.
9+
// DW_ATE_UTF = 0x10
10+
// { dg-final { scan-assembler "0x10\[ \t]\[^\n\r]* DW_AT_encoding" } } */
1011
}

0 commit comments

Comments
 (0)