Author: fjahanian
Date: Fri Jul 24 15:33:35 2009
New Revision: 77001

URL: http://llvm.org/viewvc/llvm-project?rev=77001&view=rev
Log:
Fixes broken test by accident.

Modified:
    cfe/trunk/test/SemaCXX/constructor-initializer.cpp

Modified: cfe/trunk/test/SemaCXX/constructor-initializer.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/constructor-initializer.cpp?rev=77001&r1=77000&r2=77001&view=diff

==============================================================================
--- cfe/trunk/test/SemaCXX/constructor-initializer.cpp (original)
+++ cfe/trunk/test/SemaCXX/constructor-initializer.cpp Fri Jul 24 15:33:35 2009
@@ -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}}
 };


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to