File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-typecheck-verify-swift -typecheck -verify
2
- // RUN: %target-typecheck-verify-swift -typecheck -debug-generic-signatures %s > %t.dump 2>&1
2
+ // RUN: %target-typecheck-verify-swift -typecheck -debug-generic-signatures > %t.dump 2>&1
3
3
// RUN: %FileCheck %s < %t.dump
4
4
5
5
protocol P1 { }
@@ -20,6 +20,9 @@ func takes_P2<X: P2>(_: X) {}
20
20
// expected-note@-6 {{candidate requires that 'C1' inherit from 'Int' (requirement specified as 'Int' : 'C1')}}
21
21
func takes_P5< X: P5 > ( _: X ) { }
22
22
23
+ // Skip the first generic signature declcontext dump
24
+ // CHECK-LABEL: ExtensionDecl line={{.*}} base=Free
25
+
23
26
struct Free < T> { }
24
27
// CHECK-LABEL: ExtensionDecl line={{.*}} base=Free
25
28
// CHECK-NEXT: (normal_conformance type=Free<T> protocol=P2
You can’t perform that action at this time.
0 commit comments