From: Justin Lebar Date: Fri, 8 Jul 2016 17:59:24 +0000 (+0000) Subject: Fix flag name in comment in cuda-version-check.cu. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07b03b6fcfadd1e67f7f229e011b0655d1940ce4;hp=e4ad010db904f4cbbe62dd9f1a15d1ee0613cf93;p=clang Fix flag name in comment in cuda-version-check.cu. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274897 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/cuda-version-check.cu b/test/Driver/cuda-version-check.cu index 4aa59dfdce..65bdd16f96 100644 --- a/test/Driver/cuda-version-check.cu +++ b/test/Driver/cuda-version-check.cu @@ -34,7 +34,7 @@ // RUN: --sysroot=%S/Inputs/CUDA 2>&1 %s | \ // RUN: FileCheck %s --check-prefix=OK -// -nocuda-version-check should suppress all of these errors. +// --no-cuda-version-check should suppress all of these errors. // RUN: %clang -v -### --cuda-gpu-arch=sm_60 --sysroot=%S/Inputs/CUDA 2>&1 \ // RUN: --no-cuda-version-check %s | \ // RUN: FileCheck %s --check-prefix=OK