1# REQUIRES: lua 2# UNSUPPORTED: system-windows 3# Ensure that the reproducers know about imported Lua modules. 4 5# RUN: rm -rf %t.repro 6# RUN: %lldb -x -b --script-language lua --capture --capture-path %t.repro -o 'command script import %S/Inputs/foo.lua' -o 'reproducer generate' | FileCheck %s --check-prefix CAPTURE 7 8# CAPTURE: 95126 9 10# RUN: %lldb -b -o 'reproducer dump -p files -f %t.repro' | FileCheck %s --check-prefix FILES 11# FILES: foo.lua 12