diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-09-24 22:57:42 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-09-24 22:57:42 +0000 |
commit | 9fb4bf4d57b01933f50ac1cdd8eddf9ec7005412 (patch) | |
tree | 47678bd9ae89bdb1af7f96b58dec6e9de739fb08 /clang/test/CodeCompletion/truncation.c | |
parent | d2a3e6179801ab3d98bab07241aace3635db4610 (diff) | |
download | bcm5719-llvm-9fb4bf4d57b01933f50ac1cdd8eddf9ec7005412.tar.gz bcm5719-llvm-9fb4bf4d57b01933f50ac1cdd8eddf9ec7005412.zip |
Clean up the CodeCompletion testsuite's use of FileCheck
llvm-svn: 82726
Diffstat (limited to 'clang/test/CodeCompletion/truncation.c')
-rw-r--r-- | clang/test/CodeCompletion/truncation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeCompletion/truncation.c b/clang/test/CodeCompletion/truncation.c index b64b0665861..b72aa7facf7 100644 --- a/clang/test/CodeCompletion/truncation.c +++ b/clang/test/CodeCompletion/truncation.c @@ -4,7 +4,7 @@ struct // RUN: clang-cc -fsyntax-only -code-completion-at=%s.h:4:8 -o - %s | FileCheck -check-prefix=CC1 %s && // CHECK-CC1: X : 1 -// CHECK-NEXT-CC1: Y : 1 +// CHECK-CC1-NEXT: Y : 1 // RUN: clang-cc -fsyntax-only -code-completion-at=%s:3:8 -o - %s | FileCheck -check-prefix=CC2 %s && // CHECK-CC2: X : 1 // CHECK-CC2: Xa : 1 |