mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user