You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
48999eb398
Create a new test for lldb launched without a script interpreter and move it under a new `ScriptInterpreter` directory. Also move crashlog.test there for consistency.
3 lines
149 B
Plaintext
3 lines
149 B
Plaintext
# RUN: %lldb --script-language none -o 'script' 2>&1 | FileCheck %s
|
|
# CHECK: error: the script-lang setting is set to none - scripting not available
|