Skip to content

Commit 4794261

Browse files
committed
Use -b instead of --ignore-space-change to appease the Windows CI.
1 parent 3e4bc1d commit 4794261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-profdata/memprof-yaml.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; COM: The text format only supports the latest version.
33
; RUN: llvm-profdata merge --memprof-version=4 %t/memprof-in.yaml -o %t/memprof-out.indexed
44
; RUN: llvm-profdata show --memory %t/memprof-out.indexed > %t/memprof-out.yaml
5-
; RUN: diff --ignore-space-change %t/memprof-in.yaml %t/memprof-out.yaml
5+
; RUN: diff -b %t/memprof-in.yaml %t/memprof-out.yaml
66

77
; Verify that the YAML output is identical to the YAML input.
88
;--- memprof-in.yaml

0 commit comments

Comments
 (0)