Skip to content

Commit e76da36

Browse files
committed
Fix removed test case run
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 8389503 commit e76da36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/test-e2e/AsyncHandler/default_async_handler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: %{run} %t.out 0 &> %t_0.txt ; FileCheck %s --input-file %t_0.txt --check-prefix CHECK-0
33
// RUN: %{run} %t.out 1 &> %t_1.txt ; FileCheck %s --input-file %t_1.txt --check-prefix CHECK-1
44
// RUN: %{run} %t.out 2 &> %t_2.txt ; FileCheck %s --input-file %t_2.txt --check-prefix CHECK-2
5-
// RUN: %{run} %t.out 3 &> %t_3.txt ; FileCheck %s --input-file %t_3.txt --check-prefix CHECK-3
65

76
#include <string>
87
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)