File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11// RUN: rm -rf %t
2- // RUN: mkdir %t
2+ // RUN: mkdir -p %t/yaml %t/md
33
4- // RUN: clang-doc --doxygen --executor=standalone %s -output=%t/docs
5- // RUN: cat %t/docs /index.yaml | FileCheck %s --check-prefix=YAML
4+ // RUN: clang-doc --doxygen --executor=standalone %s -output=%t/yaml
5+ // RUN: FileCheck %s < %t/yaml /index.yaml --check-prefix=YAML
66
7- // RUN: clang-doc --doxygen --executor=standalone %s -output=%t/docs --format=md
8- // RUN: cat %t/docs /GlobalNamespace/index.md | FileCheck %s --check-prefix=MD
7+ // RUN: clang-doc --doxygen --executor=standalone %s -output=%t/md --format=md
8+ // RUN: FileCheck %s < %t/md /GlobalNamespace/index.md --check-prefix=MD
99
1010// YAML: ---
1111// YAML-NEXT: USR: '0000000000000000000000000000000000000000'
You can’t perform that action at this time.
0 commit comments