mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
REQUIRES: rsync
|
|
UNSUPPORTED: OS=windows-msvc
|
|
|
|
RUN: export SWIFT_BACKTRACE=
|
|
RUN: not %debug-remote-run false >%t.txt 2>%t.errs.txt
|
|
RUN: test -f %t.txt -a ! -s %t.txt
|
|
RUN: test -f %t.errs.txt -a ! -s %t.errs.txt
|