Skip to content

Commit feaab31

Browse files
authored
Merge pull request #41433 from gottesmm/pr-7c0d270cb1434fa4fb6e97025e99dc6c41d57583
Make test run only on x86_64/macos to fix arm64 macos bots.
2 parents 62ec31a + 994aca4 commit feaab31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/move_function_dbginfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// We only run this on macOS right now since we would need to pattern match
1414
// slightly differently on other platforms.
1515
// REQUIRES: OS=macosx
16-
16+
// REQUIRES: CPU=x86_64
1717

1818
//////////////////
1919
// Declarations //

0 commit comments

Comments
 (0)