summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-06-27 21:23:26 +0000
committerJohn McCall <rjmccall@apple.com>2011-06-27 21:23:26 +0000
commit1ee9fc02c9b73f8fb57e6d1ac84a73c104a5f98b (patch)
tree9e984e94f1f38edb622e1ebb53b36a52e0884347
parentf4aa279ce82042b5d229ae94f7787da363a7b9af (diff)
downloadbcm5719-llvm-1ee9fc02c9b73f8fb57e6d1ac84a73c104a5f98b.tar.gz
bcm5719-llvm-1ee9fc02c9b73f8fb57e6d1ac84a73c104a5f98b.zip
Update test for r133934.
llvm-svn: 133942
-rw-r--r--clang/test/SemaCXX/nested-name-spec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/nested-name-spec.cpp b/clang/test/SemaCXX/nested-name-spec.cpp
index 8ba02fe242e..ee6ca885737 100644
--- a/clang/test/SemaCXX/nested-name-spec.cpp
+++ b/clang/test/SemaCXX/nested-name-spec.cpp
@@ -261,7 +261,7 @@ namespace PR8159 {
namespace rdar7980179 {
class A { void f0(); }; // expected-note {{previous}}
- int A::f0() {} // expected-error {{out-of-line definition of 'rdar7980179::A::f0' differ from the declaration in the return type}}
+ int A::f0() {} // expected-error {{out-of-line definition of 'rdar7980179::A::f0' differs from the declaration in the return type}}
}
namespace alias = A;
OpenPOWER on IntegriCloud