Skip to content

Commit 09d7be3

Browse files
committed
make tests more robust
1 parent 79c623f commit 09d7be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/codegen/unwind-extern-imports.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#![feature(unwind_attributes)]
55

66
extern {
7-
// CHECK: Function Attrs: nounwind
7+
// CHECK: Function Attrs:{{.*}}nounwind
88
// CHECK-NEXT: declare void @extern_fn
99
fn extern_fn();
10-
// CHECK-NOT: Function Attrs: nounwind
10+
// CHECK-NOT: Function Attrs:{{.*}}nounwind
1111
// CHECK: declare void @unwinding_extern_fn
1212
#[unwind(allowed)]
1313
fn unwinding_extern_fn();

0 commit comments

Comments
 (0)