Skip to content

Commit 0574c9d

Browse files
committed
Fix test to use target cpu
1 parent bf8840b commit 0574c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/extended_existential.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-build-swift -O -target arm64-apple-macos15.0 %s -o %t/a.out
2+
// RUN: %target-build-swift -O -target %target-cpu-apple-macos15.0 %s -o %t/a.out
33
// RUN: %target-codesign %t/a.out
44
// RUN: %target-run %t/a.out | %FileCheck %s
55

0 commit comments

Comments
 (0)