Skip to content

Commit 3091ee3

Browse files
committed
Mark conditional_conformances_warning.swift as "REQUIRES: executable_test".
1 parent 7a6d14f commit 3091ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Interpreter/conditional_conformances_warning.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: rm -rf %t && mkdir -p %t
22
// RUN: %target-build-swift %s -o %t/a.out
33
// RUN: %target-run %t/a.out 2>&1 | %FileCheck %s -check-prefix=CHECK_WARNINGS
4+
// REQUIRES: executable_test
45
protocol P {
56
func foo()
67
}

0 commit comments

Comments
 (0)