diff --git a/test/SILOptimizer/character_literals.swift b/test/SILOptimizer/character_literals.swift index da9242c47434a..e4ca5a0591522 100644 --- a/test/SILOptimizer/character_literals.swift +++ b/test/SILOptimizer/character_literals.swift @@ -1,13 +1,10 @@ // RUN: %target-swift-frontend -parse-as-library -O -emit-ir %s | %FileCheck %s -// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib,CPU=arm64 +// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib // REQUIRES: swift_in_compiler // This is an end-to-end test to ensure that the optimizer generates // a simple literal for character literals. -// Please note: this test targets "core2" to ensure consistent output -// on all x86 host processors. - // We generate this as an LLVM constant global directly, no runtime heap // allocation. Match that. // CHECK-LABEL: @"{{.*}}charArrayy{{.*}}" ={{.*}} global {{.*}}ContiguousArrayStorage{{.*}} {{.*}}{ i64 97 }{{.*}}{ i64 98 }{{.*}}{ i64 99 }{{.*}}{ i64 100 }{{.*}}