Skip to content

Commit cf3f48b

Browse files
committed
tests: fix the SILOptimizer/performance-annotations-atomics.swift test
Require that the stdlib is optimized and not built with assertions rdar://133069361
1 parent d48aecb commit cf3f48b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/performance-annotations-atomics.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-swift-frontend -parse-as-library -disable-availability-checking -emit-sil %s -o /dev/null
22

3+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
34
// REQUIRES: synchronization
45

56
import Synchronization

0 commit comments

Comments
 (0)