
Remove lldb-repro which was used to run the test suite against a reproducer. The corresponding functionality has been removed from LLDB so there's no need for the tool anymore.
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
UNSUPPORTED: system-windows
|
|
|
|
The double quotes around "BAR" ensure we don't match the command.
|
|
|
|
RUN: %clangxx_host -std=c++11 %p/Inputs/env.cpp -o %t
|
|
RUN: %lldb %t -o 'process launch --environment FOO="BAR"' | FileCheck %s
|
|
RUN: %lldb %t -o 'env FOO="BAR"' -o 'process launch' | FileCheck %s
|
|
|
|
CHECK: FOO=BAR
|