Skip to content

Commit 0845bc1

Browse files
authored
Merge pull request #66789 from nate-chandler/rdar111066023
[Test] Marked execution test requires execution.
2 parents effa462 + ac6ec58 commit 0845bc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/moveonly_address_maximize.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -sil-verify-all) | %FileCheck %s
22
// RUN: %target-run-simple-swift(-O -Xfrontend -sil-verify-all) | %FileCheck %s
33

4+
// REQUIRES: executable_test
5+
46
struct S : ~Copyable {
57
let s: String
68
init(_ s: String) { self.s = s }

0 commit comments

Comments
 (0)