[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Driver / TestNoUseColor.test
blob8e3b16dffc5d9a3539232f4c3518f77607299fb3
1 RUN: not %lldb -b --no-use-colors -o 'settings show use-color' -o 'bogus' 2>&1 | FileCheck %s --check-prefix NOCOLOR
2 NOCOLOR: use-color (boolean) = false
3 NOCOLOR: error: 'bogus' is not a valid command