]> granicus.if.org Git - clang/commitdiff
Fix flag name in comment in cuda-version-check.cu.
authorJustin Lebar <jlebar@google.com>
Fri, 8 Jul 2016 17:59:24 +0000 (17:59 +0000)
committerJustin Lebar <jlebar@google.com>
Fri, 8 Jul 2016 17:59:24 +0000 (17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274897 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/cuda-version-check.cu

index 4aa59dfdce53c79d382d9d59f03c5e4ff9e39abc..65bdd16f96ded1e9157ff2c8b20ff236789b0f79 100644 (file)
@@ -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