Skip to content

Commit 89102b7

Browse files
authored
Merge pull request #13239 from parkera/parkera/remove_tee
Remove tee to temporary directory
2 parents 6701e16 + 10984bf commit 89102b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/devirt_class_witness_method.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil -enable-sil-verify-all %s -devirtualizer -sil-combine -enable-resilience | tee /tmp/xxx | %FileCheck %s
1+
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil -enable-sil-verify-all %s -devirtualizer -sil-combine -enable-resilience | %FileCheck %s
22
sil_stage canonical
33

44
import Builtin

0 commit comments

Comments
 (0)