Skip to content

Commit 0282368

Browse files
committed
Fix the REQUIRES to executable_test from executable_only
1 parent 94db947 commit 0282368

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Generics/generic-nested-in-extension-on-objc-class.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %target-run %t/a.out | %FileCheck %s
66

77
// REQUIRES: objc_interop
8-
// REQUIRES: executable_only
8+
// REQUIRES: executable_test
99

1010
import Foundation
1111

test/TBD/linking-with-tbd.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: VENDOR=apple
2-
// REQUIRES: executable_only
2+
// REQUIRES: executable_test
33

44
// 1. Create a skeleton of a framework
55
// RUN: %empty-directory(%t/APIGrabBag.framework/Modules/APIGrabBag.swiftmodule)

0 commit comments

Comments
 (0)