Skip to content

Commit ac6ec58

Browse files
committed
[Test] Marked execution test requires execution.
rdar://111066023
1 parent a70b040 commit ac6ec58

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)