aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Error/cleanup.cpp
blob: 1e83478a83337e2f55f2d60455b1cb815fcb3402 (plain)
1
2
3
4
5
// Test CommandObject is cleaned up even after commands fail due to not taking any argument.
// RUN: %clangxx_host -g %s -o %t
// RUN: %lldb -f %t -o "settings set interpreter.stop-command-source-on-error false" -s \
// RUN:   %S/Inputs/cleanup.lldbinit
int main() { return 0; }