Skip to content

Commit 37c85ec

Browse files
committed
Relax a codegen test
nounwind is no longer emitted but the test still passes
1 parent fb939ed commit 37c85ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/codegen/no-plt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// We need a function which is normally called through the PLT.
66
extern "C" {
7-
// CHECK: Function Attrs: nounwind nonlazybind
7+
// CHECK: Function Attrs:{{.*}}nonlazybind
88
fn getenv(name: *const u8) -> *mut u8;
99
}
1010

0 commit comments

Comments
 (0)