Skip to content

Commit

Permalink
[Driver] hip-toolchain-device-only.hip - remove unused check prefix
Browse files Browse the repository at this point in the history
Just use default CHECK
  • Loading branch information
RKSimon committed Nov 11, 2020
1 parent 99b1c42 commit deb543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/hip-toolchain-device-only.hip
Expand Up @@ -3,7 +3,7 @@
// RUN: %clang -### -target x86_64-linux-gnu \
// RUN: --offload-arch=gfx803 --offload-arch=gfx900 \
// RUN: --cuda-device-only -nogpuinc -nogpulib -c \
// RUN: %s 2>&1 | FileCheck -check-prefixes=CHECK,LINK %s
// RUN: %s 2>&1 | FileCheck %s

// CHECK-NOT: error:

Expand Down

0 comments on commit deb543a

Please sign in to comment.