Skip to content

Commit

Permalink
tests: be more permissive on attributes in one test
Browse files Browse the repository at this point in the history
  • Loading branch information
durin42 committed Jun 22, 2023
1 parent 34d0cff commit d94d17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/stack-protector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {{.*}} }

Expand Down

0 comments on commit d94d17c

Please sign in to comment.