Skip to content

Commit 03f7fb7

Browse files
committed
test: make Misc.dump_api pass on Windows
`diff` may be intercepted by lit which does not support the `-d` option. This doesn't really help much for the line differences, so, remove the `-d` option. This allows the test to pass on Windows.
1 parent e622ea6 commit 03f7fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Misc/dump_api.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %target-swift-frontend -typecheck %s -dump-api-path %t.dump
2-
// RUN: diff -du %S/Inputs/dumped_api.swift %t.dump/dump_api.swift
2+
// RUN: diff -u %S/Inputs/dumped_api.swift %t.dump/dump_api.swift
33

44
public class _AnyIteratorBase {}
55

0 commit comments

Comments
 (0)