Skip to content

Commit 09eab64

Browse files
fix typo
1 parent b14f1e2 commit 09eab64

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
@@ -8,7 +8,7 @@
88
; RUN: diff -b %t/memprof-in.yaml %t/memprof-out.yaml
99

1010
; Merge text profile as v3 binary profile. Test that the merged v3 profile
11-
; are identical to memprof-in-v3.ymal, and doesn't have callee guids or dap.
11+
; are identical to memprof-in-v3.yaml, and doesn't have callee guids or dap.
1212
; RUN: llvm-profdata merge --memprof-version=3 %t/memprof-in.yaml -o %t/memprof-out-v3.indexed
1313
; RUN: llvm-profdata show --memory %t/memprof-out-v3.indexed > %t/memprof-out-v3.yaml
1414
; RUN: diff -b %t/memprof-out-v3.yaml %t/memprof-in-v3.yaml

0 commit comments

Comments
 (0)