aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Expr/TestLambdaExprImport.test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/Expr/TestLambdaExprImport.test')
-rw-r--r--lldb/test/Shell/Expr/TestLambdaExprImport.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Expr/TestLambdaExprImport.test b/lldb/test/Shell/Expr/TestLambdaExprImport.test
index c57ce06..b49a380 100644
--- a/lldb/test/Shell/Expr/TestLambdaExprImport.test
+++ b/lldb/test/Shell/Expr/TestLambdaExprImport.test
@@ -3,7 +3,7 @@
# uses always).
# 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 -o "settings set interpreter.stop-command-source-on-error false" \
# RUN: -x -b -s %t/commands.input %t.out 2>&1 \
# RUN: | FileCheck %s