[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / test / Shell / Settings / TestFrameFormatNoColor.test
blob2bcdb8e82bd9d3a0e4b6dfe7a6d4f3e630741d86
1 # RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
2 # RUN: %lldb -x -b -s %s %t.out | FileCheck %s
3 settings set use-color false
4 settings set -f frame-format "frame #${frame.index}: \`${ansi.fg.green}{${function.name-with-args}${ansi.normal}\n"
5 b foo
6 run
7 bt
11 # Check the ASCII escape code
12 # CHECK-NOT: \e