Skip to content

Commit a197466

Browse files
committed
Ignore line length
1 parent e21077c commit a197466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/codegen/repr-u128.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// ignore-windows
2+
// ignore-tidy-linelength
23
//min-system-llvm-version 8.0
34

45
//compile-flags: -g -C no-prepopulate-passes
@@ -11,8 +12,7 @@ pub enum Foo {
1112
Bar = 18_446_745_000_000_000_123,
1213
}
1314

14-
// CHECK: {{.*}}DIDerivedType{{.*}}tag: DW_TAG_member,{{.*}}
15-
// name: "None",{{.*}}extraData:18446745000000000124
15+
// CHECK: {{.*}}DIDerivedType{{.*}}tag: DW_TAG_member,{{.*}}name: "None",{{.*}}extraData:18446745000000000124
1616
pub fn foo() -> Option<Foo> {
1717
None
1818
}

0 commit comments

Comments
 (0)