Skip to content

Commit b8d9ac0

Browse files
committed
Fix test hip-device-libs.hip
1 parent 3065ef0 commit b8d9ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/hip-device-libs.hip

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

2222
// Test environment variable HIP_DEVICE_LIB_PATH
2323

24-
// RUN: HIP_DEVICE_LIB_PATH=%S/Inputs/hip_dev_lib \
24+
// RUN: env HIP_DEVICE_LIB_PATH=%S/Inputs/hip_dev_lib \
2525
// RUN: %clang -### -target x86_64-linux-gnu \
2626
// RUN: -x hip --cuda-gpu-arch=gfx900 \
2727
// RUN: %S/Inputs/hip_multiple_inputs/b.hip \

0 commit comments

Comments
 (0)