commit | 9fb4bf4d57b01933f50ac1cdd8eddf9ec7005412 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Thu Sep 24 22:57:42 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Thu Sep 24 22:57:42 2009 +0000 |
tree | 47678bd9ae89bdb1af7f96b58dec6e9de739fb08 | |
parent | d2a3e6179801ab3d98bab07241aace3635db4610 [diff] [blame] |
Clean up the CodeCompletion testsuite's use of FileCheck llvm-svn: 82726
diff --git a/clang/test/CodeCompletion/using.cpp b/clang/test/CodeCompletion/using.cpp index dac556e..57b3aa7 100644 --- a/clang/test/CodeCompletion/using.cpp +++ b/clang/test/CodeCompletion/using.cpp
@@ -20,6 +20,6 @@ // CHECK-CC1: I5 : 2 // CHECK-CC1: N2 : 4 // CHECK-CC1: N3 : 4 - // CHECK-NEXT-CC1: N4 : 4 + // CHECK-CC1-NEXT: N4 : 4 // RUN: true