diff options
| author | Augie Fackler <augie@google.com> | 2023-06-22 18:03:23 -0400 |
|---|---|---|
| committer | Augie Fackler <augie@google.com> | 2023-06-22 18:03:23 -0400 |
| commit | d94d17c0bbdb61d793672aa28e835603a483c51d (patch) | |
| tree | 03a4bc5e813b6b97af0f4d9e574b4b131af405d9 | |
| parent | 34d0cffcdf49f336a6b20da5a786c6d9eda950ea (diff) | |
| download | rust-d94d17c0bbdb61d793672aa28e835603a483c51d.tar.gz rust-d94d17c0bbdb61d793672aa28e835603a483c51d.zip | |
tests: be more permissive on attributes in one test
| -rw-r--r-- | tests/codegen/stack-protector.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/stack-protector.rs b/tests/codegen/stack-protector.rs index a24e6f1e4f1..eb6451b5aa2 100644 --- a/tests/codegen/stack-protector.rs +++ b/tests/codegen/stack-protector.rs @@ -24,7 +24,7 @@ pub fn foo() { // basic-NOT: attributes #0 = { {{.*}} sspreq {{.*}} } // basic-NOT: attributes #0 = { {{.*}} sspstrong {{.*}} } - // basic: attributes #0 = { {{.*}} ssp {{.*}} } + // basic: attributes #0 = { {{.*}}ssp {{.*}} } // basic-NOT: attributes #0 = { {{.*}} sspreq {{.*}} } // basic-NOT: attributes #0 = { {{.*}} sspstrong {{.*}} } |
