summaryrefslogtreecommitdiff
path: root/test/Modules/odr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/odr.cpp')
-rw-r--r--test/Modules/odr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/odr.cpp b/test/Modules/odr.cpp
index 9cdbb4f0806d..c4700110af44 100644
--- a/test/Modules/odr.cpp
+++ b/test/Modules/odr.cpp
@@ -18,6 +18,6 @@ int x = f() + g();
// expected-note@a.h:3 {{declaration of 'f' does not match}}
// expected-note@a.h:1 {{definition has no member 'm'}}
-// expected-error@b.h:5 {{'E::e2' from module 'b' is not present in definition of 'E' in module 'a'}}
+// expected-error@b.h:5 {{'e2' from module 'b' is not present in definition of 'E' in module 'a'}}
// expected-error@b.h:3 {{'Y::f' from module 'b' is not present in definition of 'Y' in module 'a'}}
// expected-error@b.h:2 {{'Y::m' from module 'b' is not present in definition of 'Y' in module 'a'}}