Skip to content

Commit c762db1

Browse files
authored
Merge pull request #30858 from rintaro/sourcekit-annotateddescription-fixtest-windows
[CodeCompletion] Use --strip-trailing-cr for diff test
2 parents e659006 + 837fa0d commit c762db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SourceKit/CodeComplete/complete_annotateddescription.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ func test(value: MyStruct) {
1111
}
1212

1313
// RUN: %sourcekitd-test -req=complete -pos=10:8 -req-opts=annotateddescription=1 %s -- %s > %t.result
14-
// RUN: diff -u %s.result %t.result
14+
// RUN: diff --strip-trailing-cr -u %s.result %t.result

0 commit comments

Comments
 (0)