Revert "[InstCombine] Support gep nuw in icmp folds" (#118698)
[llvm-project.git] / lldb / test / Shell / Process / TestEnvironment.test
bloba9c624b8a4ec896c2101b171c1b7a7a92ec1e441
1 UNSUPPORTED: system-windows
3 The double quotes around "BAR" ensure we don't match the command.
5 RUN: %clangxx_host -std=c++11 %p/Inputs/env.cpp -o %t
6 RUN: %lldb %t -o 'process launch --environment FOO="BAR"' | FileCheck %s
7 RUN: %lldb %t -o 'env FOO="BAR"' -o 'process launch' | FileCheck %s
9 CHECK: FOO=BAR