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/using.cpp | |
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/using.cpp')
-rw-r--r-- | clang/test/CodeCompletion/using.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeCompletion/using.cpp b/clang/test/CodeCompletion/using.cpp index dac556e151a..57b3aa7880a 100644 --- a/clang/test/CodeCompletion/using.cpp +++ b/clang/test/CodeCompletion/using.cpp @@ -20,6 +20,6 @@ namespace N2 { // CHECK-CC1: I5 : 2 // CHECK-CC1: N2 : 4 // CHECK-CC1: N3 : 4 - // CHECK-NEXT-CC1: N4 : 4 + // CHECK-CC1-NEXT: N4 : 4 // RUN: true |