Skip to content

Commit ce24ad3

Browse files
authored
Merge pull request #63905 from nate-chandler/rdar105817208
[Test] Require asserts for experimental feature.
2 parents 961a9e8 + 2094026 commit ce24ad3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/implicit_some_a.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -emit-ir -disable-availability-checking -primary-file %s %S/Inputs/implicit_some_b.swift -enable-experimental-feature ImplicitSome
22

3+
// Because of -enable-experimental-feature ImplicitSome
4+
// REQUIRES: asserts
5+
36
protocol P {}
47
struct S: P {}
58

0 commit comments

Comments
 (0)