Skip to content

Commit 57ee021

Browse files
committed
[NFC] Update formatting of expected conformance macro expansion in
compiler_plugin_basic.swift. (cherry picked from commit 852a0b2)
1 parent 0fa0664 commit 57ee021

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lit_tests/compiler_plugin_basic.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ struct MyStruct {
7979

8080
// CHECK: @__swiftmacro_7TestApp8MyStruct9EquatablefMc_.swift
8181
// CHECK-NEXT: ------------------------------
82-
// CHECK-NEXT: extension MyStruct : Equatable {}
82+
// CHECK-NEXT: extension MyStruct: Equatable {
83+
// CHECK-NEXT: }
8384
// CHECK-NEXT: ------------------------------
8485

8586
// CHECK: @__swiftmacro_7TestApp8MyStructV5value11DidSetPrintfMa_.swift

0 commit comments

Comments
 (0)