The original patch got reverted because it broke `check-lldb` on a clean build. This fixes that. llvm-svn: 374201
3 lines
119 B
Plaintext
3 lines
119 B
Plaintext
# RUN: not %lldb -c /bogus/path 2>&1 | FileCheck %s
|
|
# CHECK: error: file specified in --core (-c) option doesn't exist
|