Skip to content

Commit 51c3f2a

Browse files
committed
Annotate Evolution tests as executable
1 parent e74d836 commit 51c3f2a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

validation-test/Evolution/test_struct_add_remove_conformances.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
// Requires fixes to @_transparent attribute
2323
// XFAIL: *
2424

25+
// REQUIRES: executable_test
26+
2527
import StdlibUnittest
2628
import struct_add_remove_conformances
2729

validation-test/Evolution/test_struct_add_remove_properties.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
// RUN: %target-run %t/after_before
2020
// RUN: %target-run %t/after_after
2121

22+
// REQUIRES: executable_test
23+
2224
import StdlibUnittest
2325
import struct_add_remove_properties
2426

validation-test/Evolution/test_struct_change_size.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
// RUN: %target-run %t/after_before
2020
// RUN: %target-run %t/after_after
2121

22+
// REQUIRES: executable_test
23+
2224
import StdlibUnittest
2325
import struct_change_size
2426

0 commit comments

Comments
 (0)