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.
2 parents bc6a7a6 + 619e5ea commit 28855a5Copy full SHA for 28855a5
test/IRGen/simple_partial_apply_or_not.swift
@@ -1,6 +1,8 @@
1
// RUN: %target-swift-emit-ir -module-name test %s | %FileCheck %s
2
// RUN: %target-run-simple-swift %s | %FileCheck %s --check-prefix=CHECK-EXEC
3
4
+// REQUIRES: executable_test
5
+
6
@propertyWrapper
7
struct State<T> {
8
private class Reference {
0 commit comments