From: Yaxun (Sam) Liu Date: Wed, 2 Jun 2021 14:21:16 +0000 (-0400) Subject: Fix comments in test cuda-kernel-call.cu X-Git-Tag: llvmorg-14-init~5065 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61c65d8e4a29610bd1ab498eba8f892ffc0af023;p=platform%2Fupstream%2Fllvm.git Fix comments in test cuda-kernel-call.cu --- diff --git a/clang/test/Parser/cuda-kernel-call.cu b/clang/test/Parser/cuda-kernel-call.cu index ef708e3..f0ff768 100644 --- a/clang/test/Parser/cuda-kernel-call.cu +++ b/clang/test/Parser/cuda-kernel-call.cu @@ -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>> s1; (void)(&f>>==0);