From: Eli Friedman Date: Wed, 19 Jun 2013 23:00:37 +0000 (+0000) Subject: Fix r184381 so the test doesn't fail. Sorry for the inconvenience, I thought I had... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94d22de7514991e1039b102f899b93e71d8e9bbe;p=clang Fix r184381 so the test doesn't fail. Sorry for the inconvenience, I thought I had checked it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184382 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/nested-name-spec.cpp b/test/SemaCXX/nested-name-spec.cpp index f3c960cb38..40e7e07926 100644 --- a/test/SemaCXX/nested-name-spec.cpp +++ b/test/SemaCXX/nested-name-spec.cpp @@ -309,4 +309,4 @@ namespace N { } namespace TypedefNamespace { typedef int F; }; -TypedefNamespace::F::foo BadNNSWithCXXScopeSpec; // expected-error {{expected a class or namespace}} +TypedefNamespace::F::NonexistentName BadNNSWithCXXScopeSpec; // expected-error {{expected a class or namespace}}