Skip to content

Commit 08d2baf

Browse files
committed
Missed a not
1 parent 4ed745c commit 08d2baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/hip-code-object-version.hip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
// Check bundle ID for code object version 6.
2424

25-
// RUN: %clang -### --target=x86_64-linux-gnu \
25+
// RUN: not %clang -### --target=x86_64-linux-gnu \
2626
// RUN: -mcode-object-version=6 \
2727
// RUN: --offload-arch=gfx906 --rocm-path=%S/Inputs/rocm \
2828
// RUN: %s 2>&1 | FileCheck -check-prefix=V6 %s

0 commit comments

Comments
 (0)