Skip to content

Commit

Permalink
Add '-p' argument to mkdir in test so that it does not give an error …
Browse files Browse the repository at this point in the history
…if the directory already exists.
  • Loading branch information
dyung committed Oct 6, 2023
1 parent 767dcc5 commit 8eff5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Frontend/dashE-sysincludes.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: mkdir %t.dir
// RUN: mkdir -p %t.dir
// RUN: %clang_cc1 -E -fkeep-system-includes -I %S/Inputs/dashE -isystem %S/Inputs/dashE/sys %s | FileCheck %s

int main_1 = 1;
Expand Down

0 comments on commit 8eff5e4

Please sign in to comment.