diff --git a/src/test/codegen/no-plt.rs b/src/test/codegen/no-plt.rs index f09770af2cb0..b36e9ae88f45 100644 --- a/src/test/codegen/no-plt.rs +++ b/src/test/codegen/no-plt.rs @@ -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; }