]> granicus.if.org Git - clang/commitdiff
Fixes broken test by accident.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 24 Jul 2009 20:33:35 +0000 (20:33 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 24 Jul 2009 20:33:35 +0000 (20:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77001 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/constructor-initializer.cpp

index 3909cd984ddaa27cf393f6ee7fd6eca9dddd93dc..08739c024c93e4abdac7150cc49aef38a50bcab3 100644 (file)
@@ -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}}
 };