brintos

brintos / llvm-project-archived public Read only

0
0
Text · 279 B · 1e83478 Raw
6 lines · cpp
1// Test CommandObject is cleaned up even after commands fail due to not taking any argument.2// RUN: %clangxx_host -g %s -o %t3// RUN: %lldb -f %t -o "settings set interpreter.stop-command-source-on-error false" -s \4// RUN:   %S/Inputs/cleanup.lldbinit5int main() { return 0; }6