Author: NAKAMURA Takumi Date: 2026-04-09T14:57:54+09:00 New Revision: b55965c6dba9c417b654fc27cff19b6403496fa3
URL: https://github.com/llvm/llvm-project/commit/b55965c6dba9c417b654fc27cff19b6403496fa3 DIFF: https://github.com/llvm/llvm-project/commit/b55965c6dba9c417b654fc27cff19b6403496fa3.diff LOG: clang/test: Prepend a cleanup triggered by #190062 (#191103) Added: Modified: clang/test/Driver/modules-driver-dep-graph.cpp Removed: ################################################################################ diff --git a/clang/test/Driver/modules-driver-dep-graph.cpp b/clang/test/Driver/modules-driver-dep-graph.cpp index 13854a617b41f..573ba32688c17 100644 --- a/clang/test/Driver/modules-driver-dep-graph.cpp +++ b/clang/test/Driver/modules-driver-dep-graph.cpp @@ -2,6 +2,7 @@ // generation are correct. // This test does not make use of any system inputs. +// RUN: rm -rf %t // RUN: split-file %s %t // RUN: %clang -std=c++23 -nostdlib -fmodules \ _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
