Skip to content

Commit 94519cb

Browse files
committed
Modifying expected result to iron out cross-platform output diff
1 parent 8f8651f commit 94519cb

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
@@ -3,7 +3,7 @@
33
// RUN: not clang-doc %s -output=%t/subdir 2>&1 | FileCheck --check-prefix=BAD-OUTPUT %s
44

55
// BAD-OUTPUT: clang-doc error:
6-
// BAD-OUTPUT: Not a directory
6+
// BAD-OUTPUT: {{(Not a directory|no such file or directory)}}
77

88
//
99
// Test: Invalid format option

0 commit comments

Comments
 (0)