Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Settings / TestFrameFormatColor.test
blob970d7238e7512b8783097fa362f59a4f9a8deec6
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 true
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: \e