================
Comment at: test/SemaCUDA/method-target.cu:21
@@ +20,3 @@
+ void method(int) {} // expected-note {{candidate function not viable}}
+ void method(float) {} // expected-note {{candidate function not viable}}
+};
----------------
Can we check for a more specific error message here?http://reviews.llvm.org/D5298 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
