Files
clang-p2996/lldb/test/Shell/ScriptInterpreter/None/import_module.test
Jonas Devlieghere bd5c8d167b [lldb/ScriptInterpreter] Unify error message for command script import
Rather than checking for Python explicitly, let the script interpreter
handle things and print an error if the functionality is not supported.
2019-12-22 16:47:28 -08:00

3 lines
187 B
Plaintext

# RUN: %lldb --script-language none -o 'command script import %t' 2>&1 | FileCheck %s
# CHECK: error: module importing failed: This script interpreter does not support importing modules.