Skip to content

Commit 223b5ed

Browse files
committed
[test] use %diff to fix Windows test
1 parent a86eacc commit 223b5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SourceKit/Sema/sema_annotations_saved.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ foo()
77
// RUN: == -req=edit -pos=3:1 -replace="foo()" -length=0 %s \
88
// RUN: == -req=edit -offset=0 -replace="" -length=0 %s \
99
// RUN: == -req=edit -offset=0 -replace="" -length=0 %s > %t.response
10-
// RUN: diff -u %s.response %t.response
10+
// RUN: %diff -u %s.response %t.response

0 commit comments

Comments
 (0)