commit | 0eb7cff82f943ebcb14f1c9a2020a83a030a0893 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Fri Jul 24 20:33:35 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Fri Jul 24 20:33:35 2009 +0000 |
tree | 44bd2230c0df1959103828f60a44f3b79ca37780 | |
parent | 7252f5110de3163a465aa50a2114c1fef9e848e8 [diff] [blame] |
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 3909cd9..08739c0 100644 --- a/test/SemaCXX/constructor-initializer.cpp +++ b/test/SemaCXX/constructor-initializer.cpp
@@ -98,7 +98,8 @@ }; // 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}} };