diff options
Diffstat (limited to 'test/CodeCompletion/using.cpp')
-rw-r--r-- | test/CodeCompletion/using.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeCompletion/using.cpp b/test/CodeCompletion/using.cpp index dac556e151..57b3aa7880 100644 --- a/test/CodeCompletion/using.cpp +++ b/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 |