diff options
Diffstat (limited to 'test/FixIt/fixit-at.c')
-rw-r--r-- | test/FixIt/fixit-at.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/fixit-at.c b/test/FixIt/fixit-at.c index 42488f56bc..5eaa5c3469 100644 --- a/test/FixIt/fixit-at.c +++ b/test/FixIt/fixit-at.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -fixit-at=fixit-at.c:3:1 %s -o - | clang-cc -verify -x c - +// RUN: clang-cc -fixit-at=fixit-at.c:3:1 %s -o - | clang-cc -verify -x c - _Complex cd; |