File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717// RUN: -load-plugin-executable %t/mock-plugin#TestPlugin \
1818// RUN: -module-name MyApp \
1919// RUN: %t/test.swift \
20- // RUN: 2>&1 | tee %t/macro-expansions.txt
20+ // RUN: > %t/macro-expansions.txt 2>&1
2121
2222// RUN: %FileCheck -strict-whitespace %s < %t/macro-expansions.txt
2323
2828// RUN: -Rmacro-loading \
2929// RUN: -module-name MyApp \
3030// RUN: %t/test.swift \
31- // RUN: 2>&1 | tee %t/macro-loading.txt
31+ // RUN: > %t/macro-loading.txt 2>&1
3232
3333// RUN: %FileCheck -check-prefix=DIAGS %s < %t/macro-loading.txt
3434
Original file line number Diff line number Diff line change 1717// RUN: -load-plugin-executable %t/mock-plugin#TestPlugin \
1818// RUN: -module-name MyApp \
1919// RUN: %t/test.swift \
20- // RUN: 2>&1 | tee %t/macro-expansions.txt
20+ // RUN: > %t/macro-expansions.txt 2>&1
2121
2222// RUN: %FileCheck -strict-whitespace %s < %t/macro-expansions.txt
2323
You can’t perform that action at this time.
0 commit comments