We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57b3cf commit 1a41b0fCopy full SHA for 1a41b0f
clang-tools-extra/test/clang-doc/invalid-options.cpp
@@ -5,7 +5,7 @@
5
// CHECK: {{(Not a directory|no such file or directory)}}
6
7
/// Invalid format option.
8
-// RUN: not clang-doc %s -format=badformat 2>&1 | FileCheck %s --check-prefix=BAD-FORMAT
+// RUN: not clang-doc %s --output=%t.dir -format=badformat 2>&1 | FileCheck %s --check-prefix=BAD-FORMAT
9
// BAD-FORMAT: clang-doc: for the --format option: Cannot find option named 'badformat'!
10
11
/// Missing HTML asset directory (warning only).
0 commit comments