Skip to content

Commit d1f3d7b

Browse files
committed
Update SILOptimizer/character_literals.swift for arm64
This very old test used out-dated target flags as a temporary workaround. The test only needs to pass on the most widespread target as a sanity check.
1 parent ffc0b98 commit d1f3d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILOptimizer/character_literals.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %target-swift-frontend -parse-as-library -O -target-cpu core2 -emit-ir %s | %FileCheck %s
2-
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib,CPU=x86_64
1+
// RUN: %target-swift-frontend -parse-as-library -O -emit-ir %s | %FileCheck %s
2+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib,CPU=arm64
33
// REQUIRES: swift_in_compiler
44

55
// This is an end-to-end test to ensure that the optimizer generates

0 commit comments

Comments
 (0)