Skip to content

Commit 61b9d03

Browse files
committed
updated check pattern to reflect recent changes
1 parent 803447e commit 61b9d03

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/smoke-dev/rt-tuning-envar/rt_tuning_envar.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ int main()
2626
for (i=0; i<N; i++)
2727
if (a[i] != b[i] ) {
2828
rc++;
29-
printf ("Wrong varlue: a[%d]=%d\n", i, a[i]);
29+
printf ("Wrong value: a[%d]=%d\n", i, a[i]);
3030
}
3131

3232
if (!rc)
@@ -35,6 +35,4 @@ int main()
3535
return rc;
3636
}
3737

38-
/// CHECK: [Autotuning run] Kernel [[KERNEL_NAME:[^ ]+]] with
39-
/// [[NUM_TEAMS:[0-9]+]] teams ({{[0-9]+}} CU multiplier) and
40-
/// [[NUM_THREADS:[0-9]+]] threads completed in [[TIME:[0-9]+]] ns.
38+
/// CHECK: [Autotuning run] Kernel {{[^ ]+}} with {{[0-9]+}} teams and {{[0-9]+}} threads completed in {{[0-9]+}} ns.

0 commit comments

Comments
 (0)