aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test')
-rw-r--r--lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test b/lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test
index e914ff7..f279f07 100644
--- a/lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test
+++ b/lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test
@@ -5,7 +5,7 @@
# were successful.
# RUN: split-file %s %t
-# RUN: %clang_host -g -gdwarf %t/main.cpp -o %t.out
+# RUN: %clangxx_host -g -gdwarf %t/main.cpp -o %t.out
# RUN: %lldb -x -b -s %t/commands.input %t.out -o exit 2>&1 \
# RUN: | FileCheck %s