diff options
Diffstat (limited to 'test/FixIt/fixit-at.c')
-rw-r--r-- | test/FixIt/fixit-at.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/FixIt/fixit-at.c b/test/FixIt/fixit-at.c deleted file mode 100644 index c32aee9ea1..0000000000 --- a/test/FixIt/fixit-at.c +++ /dev/null @@ -1,5 +0,0 @@ -// RUN: %clang_cc1 -fixit-at=fixit-at.c:3:1 %s -o - | %clang_cc1 -verify -x c - - -_Complex cd; - -int i0[1] = { { 17 } }; // expected-warning{{braces}} |