Skip to content

Commit edf8d08

Browse files
committed
[embedded] Re-enable arrays.swift and collection.swift tests on asserts-on stdlib
1 parent 151d740 commit edf8d08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/embedded/arrays.swift

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

88
// REQUIRES: executable_test
9-
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
9+
// REQUIRES: optimized_stdlib
1010
// REQUIRES: VENDOR=apple
1111
// REQUIRES: OS=macosx
1212

test/embedded/collection.swift

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

77
// REQUIRES: executable_test
8-
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
8+
// REQUIRES: optimized_stdlib
99
// REQUIRES: VENDOR=apple
1010
// REQUIRES: OS=macosx
1111

0 commit comments

Comments
 (0)