mibintc added a comment. @bnbarham I think you mean a patch like this, is it right? I'd like to fix the test in a pre-commit and then re-push my patch
git diff diff --git a/clang/test/Index/preamble-reparse-changed-module.m b/clang/test/Index/preamble-reparse-changed-module.m index 1c63e802ce0c..fc336c6e0670 100644 --- a/clang/test/Index/preamble-reparse-changed-module.m +++ b/clang/test/Index/preamble-reparse-changed-module.m @@ -1,6 +1,7 @@ // REQUIRES: shell -// RUN: mkdir -p %t/mod +// RUN: rm -rf %t +// RUN: mkdir %t/mod // RUN: touch %t/empty.h // RUN: cp %S/Inputs/preamble-reparse-changed-module/module.modulemap %t/mod // RUN: cp %S/Inputs/preamble-reparse-changed-module/head.h %t/mod Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D95159/new/ https://reviews.llvm.org/D95159 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits