Skip to content

Commit cfac3d0

Browse files
committed
[Test] Run test on no-asserts stdlib only
1 parent fc90619 commit cfac3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/performance-annotations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-frontend -parse-as-library -disable-availability-checking -enable-experimental-feature RawLayout -import-objc-header %S/Inputs/perf-annotations.h -emit-sil %s -o /dev/null -verify
22

33
// REQUIRES: swift_in_compiler
4-
// REQUIRES: optimized_stdlib
4+
// REQUIRES: optimized_stdlib, swift_stdlib_no_asserts
55
// REQUIRES: swift_feature_RawLayout
66

77
protocol P {

0 commit comments

Comments
 (0)