diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2021-08-03 07:59:59 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2021-08-03 07:59:59 -0700 |
| commit | 37c85ec9396cd1bce461af375e46930344340249 (patch) | |
| tree | 66f0cfb74d44107fd7d2d25c67d3bf14fa3092be /src/test/codegen | |
| parent | fb939ed91d1a6f1f19f4439b96c41742fff8fd25 (diff) | |
| download | rust-37c85ec9396cd1bce461af375e46930344340249.tar.gz rust-37c85ec9396cd1bce461af375e46930344340249.zip | |
Relax a codegen test
nounwind is no longer emitted but the test still passes
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/no-plt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/no-plt.rs b/src/test/codegen/no-plt.rs index f09770af2cb..b36e9ae88f4 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; } |
