File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
// RUN: -load-plugin-executable %t/mock-plugin#TestPlugin \
18
18
// RUN: -module-name MyApp \
19
19
// RUN: %t/test.swift \
20
- // RUN: 2>&1 | tee %t/macro-expansions.txt
20
+ // RUN: > %t/macro-expansions.txt 2>&1
21
21
22
22
// RUN: %FileCheck -strict-whitespace %s < %t/macro-expansions.txt
23
23
28
28
// RUN: -Rmacro-loading \
29
29
// RUN: -module-name MyApp \
30
30
// RUN: %t/test.swift \
31
- // RUN: 2>&1 | tee %t/macro-loading.txt
31
+ // RUN: > %t/macro-loading.txt 2>&1
32
32
33
33
// RUN: %FileCheck -check-prefix=DIAGS %s < %t/macro-loading.txt
34
34
Original file line number Diff line number Diff line change 17
17
// RUN: -load-plugin-executable %t/mock-plugin#TestPlugin \
18
18
// RUN: -module-name MyApp \
19
19
// RUN: %t/test.swift \
20
- // RUN: 2>&1 | tee %t/macro-expansions.txt
20
+ // RUN: > %t/macro-expansions.txt 2>&1
21
21
22
22
// RUN: %FileCheck -strict-whitespace %s < %t/macro-expansions.txt
23
23
You can’t perform that action at this time.
0 commit comments