aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-remarkutil/count/group-by-source.test
blob: 0a11ac63925f174fce5ed48dddda0a2ea20a5f08 (plain)
1
2
3
4
5
6
RUN: llvm-remarkutil count --parser=yaml --group-by=source %p/Inputs/remark-group-by.yaml | FileCheck %s

; CHECK-LABEL: Source,Count
; CHECK: path/to/anno.c,4
; CHECK: path/to/anno2.c,1
; CHECK: path/to/anno3.c,1