Skip to content

Commit 51e61aa

Browse files
committed
Tests: Re-enable skip-function-bodies.swift.
It doesn't appear to be failing anymore.
1 parent 156fd08 commit 51e61aa

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)