aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Settings/TestCxxFrameFormat.test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/Settings/TestCxxFrameFormat.test')
-rw-r--r--lldb/test/Shell/Settings/TestCxxFrameFormat.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Settings/TestCxxFrameFormat.test b/lldb/test/Shell/Settings/TestCxxFrameFormat.test
index d70db58..3ee92d5 100644
--- a/lldb/test/Shell/Settings/TestCxxFrameFormat.test
+++ b/lldb/test/Shell/Settings/TestCxxFrameFormat.test
@@ -3,7 +3,7 @@
# Test the plugin.cplusplus.display.function-name-format setting.
# 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