Skip to content
This repository was archived by the owner on Aug 31, 2019. It is now read-only.

Commit 07b03b6

Browse files
author
Justin Lebar
committed
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
1 parent e4ad010 commit 07b03b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/cuda-version-check.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// RUN: --sysroot=%S/Inputs/CUDA 2>&1 %s | \
3535
// RUN: FileCheck %s --check-prefix=OK
3636

37-
// -nocuda-version-check should suppress all of these errors.
37+
// --no-cuda-version-check should suppress all of these errors.
3838
// RUN: %clang -v -### --cuda-gpu-arch=sm_60 --sysroot=%S/Inputs/CUDA 2>&1 \
3939
// RUN: --no-cuda-version-check %s | \
4040
// RUN: FileCheck %s --check-prefix=OK

0 commit comments

Comments
 (0)