diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-25 22:20:24 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-25 22:20:24 +0000 |
commit | 3d115cfd1b9c48155d478b1f2f14dba1b6ba9a91 (patch) | |
tree | bd4549b5c85fd0c724ee5222cf005848b1cf80ca /test/FixIt/fixit-errors-1.c | |
parent | 69bb7f6bbe6fcdb6a8f44a036e62af82724e9329 (diff) |
Remove useless 'XPASS: *' from tests
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FixIt/fixit-errors-1.c')
-rw-r--r-- | test/FixIt/fixit-errors-1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/FixIt/fixit-errors-1.c b/test/FixIt/fixit-errors-1.c index 96f27eb6d0..b034b19734 100644 --- a/test/FixIt/fixit-errors-1.c +++ b/test/FixIt/fixit-errors-1.c @@ -1,7 +1,6 @@ // RUN: cp %s %t // RUN: %clang_cc1 -pedantic -fixit %t // RUN: echo %clang_cc1 -pedantic -Werror -x c %t -/* XPASS: * */ /* This is a test of the various code modification hints that are provided as part of warning or extension diagnostics. All of the |