From 61c65d8e4a29610bd1ab498eba8f892ffc0af023 Mon Sep 17 00:00:00 2001 From: "Yaxun (Sam) Liu" Date: Wed, 2 Jun 2021 10:21:16 -0400 Subject: [PATCH] Fix comments in test cuda-kernel-call.cu --- clang/test/Parser/cuda-kernel-call.cu | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.7.4