Skip to content

Commit 082b20e

Browse files
committed
Rebase on precommit tests
Created using spr 1.3.6-beta.1
2 parents 5dce9f3 + c748ca1 commit 082b20e

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)