From: Fariborz Jahanian Date: Fri, 24 Jul 2009 20:33:35 +0000 (+0000) Subject: Fixes broken test by accident. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0eb7cff82f943ebcb14f1c9a2020a83a030a0893;p=clang Fixes broken test by accident. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77001 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/constructor-initializer.cpp b/test/SemaCXX/constructor-initializer.cpp index 3909cd984d..08739c024c 100644 --- a/test/SemaCXX/constructor-initializer.cpp +++ b/test/SemaCXX/constructor-initializer.cpp @@ -98,7 +98,8 @@ struct Current : Derived { }; // FIXME. This is bad message! -struct M { +struct M { // expected-note {{candidate function}} \ + // expected-note {{candidate function}} M(int i, int j); // expected-note {{candidate function}} \ // // expected-note {{candidate function}} };