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}}
 };