Skip to content

Commit 0f5dc13

Browse files
authored
Merge pull request #72400 from kavon/fix-api-digester-test
[api-digester] re-disable test on non-x86
2 parents 780308a + f72a9a1 commit 0f5dc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api-digester/stability-stdlib-abi-with-asserts.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// https://github.com/apple/swift/issues/55803
4747
// We currently only have a baseline for Intel CPUs on macOS.
4848
// REQUIRES: OS=macosx
49-
// XXX: CPU=x86_64
49+
// REQUIRES: CPU=x86_64
5050

5151
// The digester can incorrectly register a generic signature change when
5252
// declarations are shuffled. rdar://problem/46618883

0 commit comments

Comments
 (0)