Skip to content

Commit d7f81b4

Browse files
authored
Merge pull request swiftlang#42129 from nate-chandler/test/20220331/mark-executable
[Test] Added REQUIRES line to two.
2 parents 1629d83 + aff8299 commit d7f81b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/IRGen/testing-enabled-resilient-super-class.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// RUN: %target-build-swift -O -I %t -L %t -lresilient %s -o %t/main %target-rpath(%t)
1010
// RUN: %target-run %t/main %t/%target-library-name(resilient) | %FileCheck --check-prefix=EXEC-CHECK %s
1111

12+
// REQUIRES: executable_test
13+
1214
@testable import resilient
1315

1416
// Don't access via the class offset global. Use a fragile access pattern instead.

validation-test/IRGen/rdar79513293.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
// RUN: %target-codesign %t/main
4646
// RUN: %target-run %t/main | %FileCheck %s
4747

48+
// REQUIRES: executable_test
49+
4850
import Library
4951
import Resilient
5052

0 commit comments

Comments
 (0)