File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/SourceKit/CodeComplete Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ func testUnknown() {
31
31
}
32
32
33
33
// RUN: %sourcekitd-test -req=complete -pos=13:17 %s -- %s > %t.identical.response
34
- // RUN: diff -u %s.identical.response %t.identical.response
34
+ // RUN: diff --strip-trailing-cr - u %s.identical.response %t.identical.response
35
35
36
36
// RUN: %sourcekitd-test -req=complete -pos=17:17 %s -- %s > %t.convertible.response
37
- // RUN: diff -u %s.convertible.response %t.convertible.response
37
+ // RUN: diff --strip-trailing-cr - u %s.convertible.response %t.convertible.response
38
38
39
39
// RUN: %empty-directory(%t/cache)
40
40
// RUN: %sourcekitd-test -req=complete.cache.ondisk -cache-path %t/cache == -req=complete -pos=21:10 %s -- %s | %FileCheck %s --check-prefix=BOOLCONTEXT
You can’t perform that action at this time.
0 commit comments