Fix comments in test cuda-kernel-call.cu
authorYaxun (Sam) Liu <yaxun.liu@amd.com>
Wed, 2 Jun 2021 14:21:16 +0000 (10:21 -0400)
committerYaxun (Sam) Liu <yaxun.liu@amd.com>
Wed, 2 Jun 2021 14:21:26 +0000 (10:21 -0400)
clang/test/Parser/cuda-kernel-call.cu

index ef708e3..f0ff768 100644 (file)
@@ -10,8 +10,6 @@ void foo(void) {
 
   foo<<<>>>();  // expected-error {{expected expression}}
 
-  // The following two are parse errors because -std=c++11 is not enabled.
-
   S<S<S<int>>> s;
   S<S<S<>>> s1;
   (void)(&f<S<S<int>>>==0);