Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 3e14780

Browse files
committed
Fix check placement
Signed-off-by: Steffen Larsen <[email protected]>
1 parent 3c6979e commit 3e14780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Regression/reduction_resource_leak.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: level_zero
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
3-
// RUN: env ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --implicit-check-not %s "LEAK"
3+
// RUN: env ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --implicit-check-not "LEAK" %s
44

55
// Tests that additional resources required by discard_write reductions od not
66
// leak.

0 commit comments

Comments
 (0)