aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/cxx-using.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/cxx-using.cpp')
-rw-r--r--test/PCH/cxx-using.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/PCH/cxx-using.cpp b/test/PCH/cxx-using.cpp
index 2ca7dad0dd..2cab1f031a 100644
--- a/test/PCH/cxx-using.cpp
+++ b/test/PCH/cxx-using.cpp
@@ -6,10 +6,9 @@
// RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
void m() {
- D s; // expected-note {{candidate function}}
+ D s;
s.f(); // expected-error {{no matching member}}
}
-
-
-// expected-note {{candidate function}}
+// expected-note@cxx-using.h:9 {{candidate function}}
+// expected-note@cxx-using.h:15 {{candidate function}}