1# This ensures that the reproducer properly cleans up after itself. 2 3# Build the inferior. 4# RUN: mkdir -p %t 5# RUN: rm -rf %t.repro 6# RUN: %clang_host %S/Inputs/simple.c -g -o %t/reproducer.out 7 8# Capture but don't generate the reproducer. 9# RUN: not %lldb -x -b -s %S/Inputs/Discard.in --capture --capture-path %t.repro %t/reproducer.out 10 11# Make sure the directory doesn't exist. 12# RUN: mkdir %t.repro 13