File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sycl/test-e2e/AsyncHandler Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11// RUN: %{build} -o %t.out
2- // RUN: %{run} %t.out 0 | FileCheck %s --check-prefix CHECK-0
3- // RUN: %{run} %t.out 1 | FileCheck %s --check-prefix CHECK-1
4- // RUN: %{run} %t.out 2 | FileCheck %s --check-prefix CHECK-2
5- // RUN: %{run} %t.out 3 | FileCheck %s --check-prefix CHECK-3
2+ // RUN: %{run} %t.out 0 &> %t_0.txt ; FileCheck %s --input-file %t_0.txt --check-prefix CHECK-0
3+ // RUN: %{run} %t.out 1 &> %t_1.txt ; FileCheck %s --input-file %t_1.txt --check-prefix CHECK-1
4+ // 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
66
77#include < string>
88#include < sycl/detail/core.hpp>
You can’t perform that action at this time.
0 commit comments