aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Error/cleanup.cpp
blob: 6abc62dc4af99650a1c8e846f11aae3905cac885 (plain)
1
2
3
4
5
// Test CommandObject is cleaned up even after commands fail due to not taking any argument.
// RUN: %clang_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; }