Skip to content

Commit 8eff5e4

Browse files
committed
Add '-p' argument to mkdir in test so that it does not give an error if the directory already exists.
1 parent 767dcc5 commit 8eff5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Frontend/dashE-sysincludes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mkdir %t.dir
1+
// RUN: mkdir -p %t.dir
22
// RUN: %clang_cc1 -E -fkeep-system-includes -I %S/Inputs/dashE -isystem %S/Inputs/dashE/sys %s | FileCheck %s
33

44
int main_1 = 1;

0 commit comments

Comments
 (0)