[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / test / Shell / Expr / TestExited.test
blobca83db06ff7393bf3dc9e859400df6be1e6ba091
1 # RUN: %clangxx_host %p/Inputs/call-function.cpp -g -o %t
2 # RUN: %lldb %t -o 'r' -o 'expr strlen("")' 2>&1 | FileCheck %s
3 # CHECK: error: unable to evaluate expression while the process is exited: the process must be stopped because the expression might require allocating memory.