[clang][patch] Remove test artifact before running test for consistent results

Fix non-deterministic test behavior by removing previously-created
test directory, see comments in D95159
This commit is contained in:
Melanie Blower 2021-07-24 07:52:11 -04:00
parent c261a06b7a
commit 05ae303555
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// REQUIRES: shell
// RUN: rm -rf %t
// RUN: mkdir -p %t/mod
// RUN: touch %t/empty.h
// RUN: cp %S/Inputs/preamble-reparse-changed-module/module.modulemap %t/mod