Skip to content

Commit a4e99b3

Browse files
authored
Merge pull request #70702 from atrick/fix-armv7-test
Fix embedded tests: REQUIRES: CODEGENERATOR=ARM
2 parents 5bf5a18 + 259763e commit a4e99b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/embedded/stdlib-array.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// REQUIRES: swift_in_compiler
55
// REQUIRES: optimized_stdlib
6+
// REQUIRES: CODEGENERATOR=ARM
67

78
public func test() {
89
var array: [Int] = [1, 2, 3]

test/embedded/stdlib-set.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// REQUIRES: swift_in_compiler
55
// REQUIRES: optimized_stdlib
6+
// REQUIRES: CODEGENERATOR=ARM
67

78
public func test() {
89
var s: Set<Int> = [1, 2, 3]

0 commit comments

Comments
 (0)