Skip to content

Commit 316a1b0

Browse files
author
Georgi Mirazchiyski
committed
Update the test check lines
1 parent 9dd55b9 commit 316a1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Preprocessor/sycl-macro.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
// CHECK-SYCL-ID:#define __SYCL_ID_QUERIES_FIT_IN_INT__ 1
3737

3838
// CHECK-CUDA:#define __SYCL_CUDA_ARCH__ [[ARCH_CODE]]
39-
// CHECK-CUDA-NOT:#define __CUDA_ARCH__ [[ARCH:[0-9]+]]
39+
// CHECK-CUDA-NOT:#define __CUDA_ARCH__ {{[0-9]+}}
4040

41-
// CHECK-CUDA-SYCL-DRIVER-NOT: #define __CUDA_ARCH__ [[ARCH:[0-9]+]]
41+
// CHECK-CUDA-SYCL-DRIVER-NOT: #define __CUDA_ARCH__ {{[0-9]+}}
4242

4343
// CHECK-HIP:#define __CUDA_ARCH__ 0
4444

0 commit comments

Comments
 (0)