mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02: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
|