Skip to content

Commit 209d91d

Browse files
authored
[Offload] Fix CHECK string in llvm-omp-device-info test (#156872)
1 parent c0f84d3 commit 209d91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

offload/test/tools/llvm-omp-device-info.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
//
33
// Just check any device was found and something is printed
44
//
5-
// CHECK: Found {{[1-9].*}} devices:
6-
// CHECK: Device 0:
5+
// CHECK: Num Devices: {{[1-9].*}}
6+
// CHECK: [{{[1-9A-Za-z].*}}]

0 commit comments

Comments
 (0)