Skip to content

Commit bfdbac8

Browse files
authored
Merge pull request #68664 from eeckstein/fix-embedded-tests
tests: require an optimized stdlib for some embedded tests
2 parents c751b62 + 6d0c99c commit bfdbac8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/embedded/arrays.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// RUN: %target-run %t/a.out | %FileCheck %s
77

88
// REQUIRES: executable_test
9+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
910
// REQUIRES: VENDOR=apple
1011
// REQUIRES: OS=macosx
1112

test/embedded/collection.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %target-run %t/a.out | %FileCheck %s
66

77
// REQUIRES: executable_test
8+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
89
// REQUIRES: VENDOR=apple
910
// REQUIRES: OS=macosx
1011

0 commit comments

Comments
 (0)