Skip to content

Commit c748ca1

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.6-beta.1 [skip ci]
1 parent 2e3a6eb commit c748ca1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang-tools-extra/test/clang-doc/basic.cpp renamed to clang-tools-extra/test/clang-doc/builtin_types.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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'

0 commit comments

Comments
 (0)