Relax a codegen test

nounwind is no longer emitted but the test still passes
This commit is contained in:
Alex Crichton 2021-08-03 07:59:59 -07:00
parent fb939ed91d
commit 37c85ec939

View file

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