diff options
Diffstat (limited to 'test/Misc/show-diag-options.c')
-rw-r--r-- | test/Misc/show-diag-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Misc/show-diag-options.c b/test/Misc/show-diag-options.c index f0404a8..ef0a5a6 100644 --- a/test/Misc/show-diag-options.c +++ b/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] } |