Skip to content

Commit 3f2b95b

Browse files
committed
[Test] Add newline
1 parent 48cf822 commit 3f2b95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Generics/conditional_conformances.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,4 +412,4 @@ extension SR_10992_S: SR_10992_P where T: SR_10992_P {} // expected-note {{requi
412412
func sr_10992_foo(_ fn: (SR_10992_S<String>) -> Void) {}
413413
func sr_10992_bar(_ fn: (SR_10992_P) -> Void) {
414414
sr_10992_foo(fn) // expected-error {{global function 'sr_10992_foo' requires that 'String' conform to 'SR_10992_P'}}
415-
}
415+
}

0 commit comments

Comments
 (0)