Skip to content

Commit d94d17c

Browse files
committed
tests: be more permissive on attributes in one test
1 parent 34d0cff commit d94d17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/stack-protector.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub fn foo() {
2424

2525
// basic-NOT: attributes #0 = { {{.*}} sspreq {{.*}} }
2626
// basic-NOT: attributes #0 = { {{.*}} sspstrong {{.*}} }
27-
// basic: attributes #0 = { {{.*}} ssp {{.*}} }
27+
// basic: attributes #0 = { {{.*}}ssp {{.*}} }
2828
// basic-NOT: attributes #0 = { {{.*}} sspreq {{.*}} }
2929
// basic-NOT: attributes #0 = { {{.*}} sspstrong {{.*}} }
3030

0 commit comments

Comments
 (0)