Skip to content

Commit 3aa9057

Browse files
Create parent directories if necessary
1 parent 1fdbe07 commit 3aa9057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Lower/module_use.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: rm -fr %t && mkdir %t
1+
! RUN: rm -fr %t && mkdir -p %t
22
! RUN: bbc -emit-fir -module %t %S/module_definition.f90
33
! RUN: bbc -emit-fir -J %t %s -o - | FileCheck %s
44

0 commit comments

Comments
 (0)