diff options
Diffstat (limited to 'test/FixIt/fixit-c90.c')
-rw-r--r-- | test/FixIt/fixit-c90.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/fixit-c90.c b/test/FixIt/fixit-c90.c index 0bc1fad..5e9d5a1 100644 --- a/test/FixIt/fixit-c90.c +++ b/test/FixIt/fixit-c90.c @@ -2,7 +2,7 @@ RUN: %clang_cc1 -std=c90 -pedantic -fixit %t RUN: %clang_cc1 -pedantic -x c -std=c90 -Werror %t */ -/* XPASS: * +/* This test passes because clang merely warns for this syntax error even with -pedantic -Werror -std=c90. */ |