Skip to content

Commit 20f08fe

Browse files
committed
wip
1 parent 2ba2662 commit 20f08fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sycl/test-e2e/AddressSanitizer/common/kernel-filter.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: linux
2-
// RUN: %{build} %device_asan_flags -O2 -g -fsanitize-ignorelist=%p/ignorelist.txt -o %t
2+
// RUN: %{build} %device_asan_flags -O2 -fsanitize-ignorelist=%p/ignorelist.txt -o %t
33
// RUN: %{run} not %t &> %t.txt ; FileCheck --input-file %t.txt %s
44
#include <sycl/detail/core.hpp>
55
#include <sycl/usm.hpp>
@@ -17,5 +17,8 @@ int main() {
1717
Q.wait();
1818

1919
sycl::free(array, Q);
20+
std::cout << "PASS" << std::endl;
2021
return 0;
2122
}
23+
24+
// CHECK: PASS

0 commit comments

Comments
 (0)