Skip to content

Commit 259763e

Browse files
committed
Fix embedded tests: REQUIRES: CODEGENERATOR=ARM
1 parent a0f8914 commit 259763e

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)