diff options
Diffstat (limited to 'lldb/test/Shell/Settings/TestCxxFrameFormatEmpty.test')
| -rw-r--r-- | lldb/test/Shell/Settings/TestCxxFrameFormatEmpty.test | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lldb/test/Shell/Settings/TestCxxFrameFormatEmpty.test b/lldb/test/Shell/Settings/TestCxxFrameFormatEmpty.test index 0a6d272..a0550b7 100644 --- a/lldb/test/Shell/Settings/TestCxxFrameFormatEmpty.test +++ b/lldb/test/Shell/Settings/TestCxxFrameFormatEmpty.test @@ -5,7 +5,7 @@  # ${function.name-with-args}.  # 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 | 
