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