forked from OSchip/llvm-project
[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:
parent
c261a06b7a
commit
05ae303555
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue