Skip to content

Commit 2feb76d

Browse files
committed
Run type_lowering_subst_function_type_conditional_conformance.swift test with requirement machine enabled
1 parent 85c7228 commit 2feb76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/type_lowering_subst_function_type_conditional_conformance.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-emit-silgen %s | %FileCheck %s
1+
// RUN: %target-swift-emit-silgen %s -requirement-machine=verify | %FileCheck %s
22

33
enum E<T : P> {
44
case a(T.X)

0 commit comments

Comments
 (0)