We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156fd08 commit 51e61aaCopy full SHA for 51e61aa
test/Frontend/skip-function-bodies.swift
@@ -1,7 +1,5 @@
1
// RUN: %empty-directory(%t)
2
3
-// REQUIRES: rdar95219987
4
-
5
// Check -emit-ir and -c are invalid when skipping function bodies
6
// RUN: not %target-swift-frontend -emit-ir %s -experimental-skip-non-inlinable-function-bodies %s 2>&1 | %FileCheck %s --check-prefix ERROR
7
// RUN: not %target-swift-frontend -c %s -experimental-skip-non-inlinable-function-bodies %s 2>&1 | %FileCheck %s --check-prefix ERROR
0 commit comments