mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 06:46:06 +00:00

The unicode test sends some unicode input to lldb through pexpect and expects the output to be echoed back in an error message. This only works correctly when editline was compiled with wide character support. This commit modifies the test to require the necessary libedit configuration.