Skip to content

Commit 600a152

Browse files
committed
Fix typo in level_zero_dynamic_batch_test
1 parent bd4ae3f commit 600a152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/on-device/plugins/level_zero_dynamic_batch_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
44

55
// Check that dynamic batching increases batch size
6-
// RUN: env SYCL_PI_TRACE=2 ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --check-prefixes=CKALL,CKDYNUP %s
6+
// RUN: env SYCL_PI_TRACE=2 ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --check-prefixes=CKALL,CKDYN %s
77

88
// level_zero_dynamic_batch_test.cpp
99
//

0 commit comments

Comments
 (0)