aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Recognizer/verbose_trap-in-stl-nested.test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/Recognizer/verbose_trap-in-stl-nested.test')
-rw-r--r--lldb/test/Shell/Recognizer/verbose_trap-in-stl-nested.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Recognizer/verbose_trap-in-stl-nested.test b/lldb/test/Shell/Recognizer/verbose_trap-in-stl-nested.test
index 81a492d..68a4ea6 100644
--- a/lldb/test/Shell/Recognizer/verbose_trap-in-stl-nested.test
+++ b/lldb/test/Shell/Recognizer/verbose_trap-in-stl-nested.test
@@ -3,7 +3,7 @@
# UNSUPPORTED: system-windows
#
-# RUN: %clang_host -g -O0 %S/Inputs/verbose_trap-in-stl-nested.cpp -o %t.out
+# RUN: %clangxx_host -g -O0 %S/Inputs/verbose_trap-in-stl-nested.cpp -o %t.out
# RUN: %lldb -b -s %s %t.out | FileCheck %s --check-prefixes=CHECK
run