summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/extern-c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaCXX/extern-c.cpp')
-rw-r--r--clang/test/SemaCXX/extern-c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/extern-c.cpp b/clang/test/SemaCXX/extern-c.cpp
index dfbf38667c5..295d1f305ee 100644
--- a/clang/test/SemaCXX/extern-c.cpp
+++ b/clang/test/SemaCXX/extern-c.cpp
@@ -21,7 +21,7 @@ float test2_x; // expected-error {{declaration of 'test2_x' in global scope conf
namespace test3 {
extern "C" {
void test3_f() {
- extern int test3_b; // expected-note {{previous definition is here}}
+ extern int test3_b; // expected-note {{previous declaration is here}}
}
}
extern "C" {
OpenPOWER on IntegriCloud