Skip to content

Commit 0c268e0

Browse files
committed
Tests: Add REQUIRES: optimized_stdlib to skip-function-bodies-Onone.swift.
1 parent 8fa720d commit 0c268e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Frontend/skip-function-bodies-Onone.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
// RUN: %target-swift-frontend -typecheck -experimental-skip-non-inlinable-function-bodies-without-types -module-name SwiftOnoneSupport %s 2>&1 | %FileCheck %s
33
// RUN: %target-swift-frontend -typecheck -experimental-skip-all-function-bodies -module-name SwiftOnoneSupport %s 2>&1 | %FileCheck %s
44

5+
// REQUIRES: optimized_stdlib
6+
57
// CHECK: module 'SwiftOnoneSupport' cannot be built with any of the -experimental-skip-*-function-bodies* flags; they have been automatically disabled

0 commit comments

Comments
 (0)