Skip to content

Commit 599454d

Browse files
committed
Fix typo in test description
1 parent df24a26 commit 599454d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/sycl-oneapi-gpu-amdgpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
// RUN: FileCheck %s --check-prefix=BAD_TARGET_TRIPLE_ENV
151151
// BAD_TARGET_TRIPLE_ENV: error: SYCL target is invalid: 'amdgcn-amd-amdhsa-sycl'
152152

153-
// Check for invalid SYCL triple for NVidia GPUs.
153+
// Check for invalid SYCL triple for AMD GPUs.
154154
// RUN: not %clangxx -c -fsycl -fsycl-targets=amdgcn -### %s 2>&1 | \
155155
// RUN: FileCheck %s --check-prefix=BAD_TARGET_TRIPLE
156156
// RUN: not %clang_cl -c -fsycl -fsycl-targets=amdgcn-amd -### %s 2>&1 | \

0 commit comments

Comments
 (0)