Skip to content

Commit 393b162

Browse files
author
Harlan Haskins
authored
Fix CHECK lines
1 parent 9c8ed0b commit 393b162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-swift-frontend -typecheck %s -parse-stdlib -emit-parseable-module-interface-path - | %FileCheck %s
22

3-
// CHECK: @_show_in_interface public protocol _UnderscoredProtocol {}
3+
// CHECK: @_show_in_interface public protocol _UnderscoredProtocol {
4+
// CHECK-NEXT: }
45
@_show_in_interface
56
public protocol _UnderscoredProtocol {}

0 commit comments

Comments
 (0)