From: Anastasia Stulova Date: Mon, 14 Nov 2016 18:11:09 +0000 (+0000) Subject: Fix OpenCL test for buildbot by removing extra (erroneous) RUN line X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fe4b24b2afb9e57f6c112cc327f36400ca097a7;p=clang Fix OpenCL test for buildbot by removing extra (erroneous) RUN line git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286856 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaOpenCL/cl20-device-side-enqueue.cl b/test/SemaOpenCL/cl20-device-side-enqueue.cl index b4ee408398..c98145c2c9 100644 --- a/test/SemaOpenCL/cl20-device-side-enqueue.cl +++ b/test/SemaOpenCL/cl20-device-side-enqueue.cl @@ -1,4 +1,3 @@ -// RUN: %clang_cc1 %s -cl-std=CL2.0 -verify -pedantic -fsyntax-only // RUN: %clang_cc1 %s -cl-std=CL2.0 -triple "spir-unknown-unknown" -verify -pedantic -fsyntax-only -DB32 // RUN: %clang_cc1 %s -cl-std=CL2.0 -triple "spir64-unknown-unknown" -verify -pedantic -fsyntax-only -Wconversion -DWCONV