Skip to content

Commit b1dc735

Browse files
committed
Reintroduce the pipe to file
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 0745316 commit b1dc735

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/test-e2e/AsyncHandler/default_async_handler.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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>

0 commit comments

Comments
 (0)