Skip to content

Commit 130dc7a

Browse files
committed
fix test error
1 parent c8e44e5 commit 130dc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Lower/OpenMP/delayed-privatization-character-array.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
! RUN: bbc -emit-hlfir -fopenmp --openmp-enable-delayed-privatization -o - %t/dyn_len.f90 2>&1 \
1313
! RUN: | FileCheck %s --check-prefix=DYN_LEN
1414

15-
! --- static_len.f90
15+
!--- static_len.f90
1616
subroutine delayed_privatization_character_array_static_len(var1)
1717
implicit none
1818
character(len = 10) :: var1(5)

0 commit comments

Comments
 (0)