aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Error/cleanup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/Error/cleanup.cpp')
-rw-r--r--lldb/test/Shell/Error/cleanup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Error/cleanup.cpp b/lldb/test/Shell/Error/cleanup.cpp
index 6abc62d..1e83478 100644
--- a/lldb/test/Shell/Error/cleanup.cpp
+++ b/lldb/test/Shell/Error/cleanup.cpp
@@ -1,5 +1,5 @@
// Test CommandObject is cleaned up even after commands fail due to not taking any argument.
-// RUN: %clang_host -g %s -o %t
+// 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; }