summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/module-private.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/module-private.cpp')
-rw-r--r--clang/test/Modules/module-private.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/module-private.cpp b/clang/test/Modules/module-private.cpp
index 9213a0f20cb..478d36dd4d5 100644
--- a/clang/test/Modules/module-private.cpp
+++ b/clang/test/Modules/module-private.cpp
@@ -14,7 +14,7 @@ void test() {
int test_broken() {
HiddenStruct hidden; // \
// expected-error{{must use 'struct' tag to refer to type 'HiddenStruct' in this scope}} \
- // expected-error{{definition of 'struct HiddenStruct' must be imported}}
+ // expected-error{{definition of 'HiddenStruct' must be imported}}
// expected-note@Inputs/module_private_left.h:3 {{previous definition is here}}
Integer i; // expected-error{{unknown type name 'Integer'}}
OpenPOWER on IntegriCloud