Skip to content

Commit 1a41b0f

Browse files
committed
Add explicit output dir in test case
1 parent f57b3cf commit 1a41b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-doc/invalid-options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// CHECK: {{(Not a directory|no such file or directory)}}
66

77
/// Invalid format option.
8-
// RUN: not clang-doc %s -format=badformat 2>&1 | FileCheck %s --check-prefix=BAD-FORMAT
8+
// RUN: not clang-doc %s --output=%t.dir -format=badformat 2>&1 | FileCheck %s --check-prefix=BAD-FORMAT
99
// BAD-FORMAT: clang-doc: for the --format option: Cannot find option named 'badformat'!
1010

1111
/// Missing HTML asset directory (warning only).

0 commit comments

Comments
 (0)