Skip to content

Commit 7d764db

Browse files
authored
[clang-doc][NFC] Avoid unnecessary operations in the template test (#119812)
1 parent b856952 commit 7d764db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clang-tools-extra/test/clang-doc/templates.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
// RUN: rm -rf %t
22
// RUN: mkdir %t
3-
// RUN: echo "" > %t/compile_flags.txt
4-
// RUN: cp "%s" "%t/test.cpp"
5-
// RUN: clang-doc --doxygen --executor=standalone -p %t %t/test.cpp -output=%t/docs
3+
// RUN: clang-doc --doxygen --executor=standalone %s -output=%t/docs
64
// RUN: cat %t/docs/index.yaml | FileCheck %s --check-prefix=YAML
7-
// RUN: rm -rf %t
85

96
// YAML: ---
107
// YAML-NEXT: USR: '{{([0-9A-F]{40})}}'

0 commit comments

Comments
 (0)