Skip to content

Commit 0d27af4

Browse files
authored
Merge pull request #23611 from compnerd/marie-kondo-does-diffs
test: make Misc.dump_api pass on Windows
2 parents cdffaf3 + 03f7fb7 commit 0d27af4

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)