aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Commands/command-image-dump-ast.test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/Commands/command-image-dump-ast.test')
-rw-r--r--lldb/test/Shell/Commands/command-image-dump-ast.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Commands/command-image-dump-ast.test b/lldb/test/Shell/Commands/command-image-dump-ast.test
index 3204022..86fe183 100644
--- a/lldb/test/Shell/Commands/command-image-dump-ast.test
+++ b/lldb/test/Shell/Commands/command-image-dump-ast.test
@@ -5,7 +5,7 @@
# UNSUPPORTED: system-windows
# 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