Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Settings / TestDisableColor.test
blob659e2073fa210c173eff3d2e76c2903bba609a3d
1 # RUN: %lldb -x -b -s %s | FileCheck %s
2 settings show use-color
4 # This tests that LLDB turns off use-color if the output file is not an
5 # interactive terminal. In this example, use-color should be off because LLDB
6 # is run just by the non-interactive lit test runner.
7 # CHECK: use-color (boolean) = false