Skip to content

Commit f181da9

Browse files
authored
Merge pull request #68717 from tshortli/reenable-skip-function-bodies-test
2 parents 7eac199 + 51e61aa commit f181da9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Frontend/skip-function-bodies.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: %empty-directory(%t)
22

3-
// REQUIRES: rdar95219987
4-
53
// Check -emit-ir and -c are invalid when skipping function bodies
64
// RUN: not %target-swift-frontend -emit-ir %s -experimental-skip-non-inlinable-function-bodies %s 2>&1 | %FileCheck %s --check-prefix ERROR
75
// RUN: not %target-swift-frontend -c %s -experimental-skip-non-inlinable-function-bodies %s 2>&1 | %FileCheck %s --check-prefix ERROR

0 commit comments

Comments
 (0)