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 abdae47 commit 7449a52Copy full SHA for 7449a52
clang-tools-extra/test/clang-doc/invalid-options.cpp
@@ -3,7 +3,7 @@
3
// RUN: not clang-doc %s -output=%t/subdir 2>&1 | FileCheck --check-prefix=BAD-OUTPUT %s
4
5
// BAD-OUTPUT: clang-doc error:
6
-// BAD-OUTPUT: Not a directory
+// BAD-OUTPUT: {{(Not a directory|no such file or directory)}}
7
8
//
9
// Test: Invalid format option
0 commit comments