diff options
Diffstat (limited to 'clang/test/Misc/show-diag-options.c')
-rw-r--r-- | clang/test/Misc/show-diag-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/show-diag-options.c b/clang/test/Misc/show-diag-options.c index f0404a8555d..ef0a5a660da 100644 --- a/clang/test/Misc/show-diag-options.c +++ b/clang/test/Misc/show-diag-options.c @@ -23,5 +23,5 @@ void test(int x, int y) { // OPTION_ERROR_CATEGORY: {{.*}}: error: {{[a-z ]+}} [-Werror,-Wparentheses,Semantic Issue] // Leverage the fact that all these '//'s get warned about in C89 pedantic. - // OPTION_PEDANTIC: {{.*}}: warning: {{[/a-z ]+}} [-pedantic,-Wcomment] + // OPTION_PEDANTIC: {{.*}}: warning: {{[/a-z ]+}} [-Wcomment] } |