[cfe-commits] r133942 - /cfe/trunk/test/SemaCXX/nested-name-spec.cpp
John McCall
rjmccall at apple.com
Mon Jun 27 14:23:27 PDT 2011
Author: rjmccall
Date: Mon Jun 27 16:23:26 2011
New Revision: 133942
URL: http://llvm.org/viewvc/llvm-project?rev=133942&view=rev
Log:
Update test for r133934.
Modified:
cfe/trunk/test/SemaCXX/nested-name-spec.cpp
Modified: cfe/trunk/test/SemaCXX/nested-name-spec.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/nested-name-spec.cpp?rev=133942&r1=133941&r2=133942&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/nested-name-spec.cpp (original)
+++ cfe/trunk/test/SemaCXX/nested-name-spec.cpp Mon Jun 27 16:23:26 2011
@@ -261,7 +261,7 @@
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;
More information about the cfe-commits
mailing list