forked from OSchip/llvm-project
[flang] Remove hash from expected module file output
Original-commit: flang-compiler/f18@8da47c44d2 Reviewed-on: https://github.com/flang-compiler/f18/pull/386 Tree-same-pre-rewrite: false
This commit is contained in:
parent
5c3197fa0b
commit
130e166a6e
|
@ -39,7 +39,6 @@ module m1
|
|||
end subroutine
|
||||
end module m1
|
||||
!Expect: m1.mod
|
||||
! !mod$ v1 sum:7a360903510189bc
|
||||
! module m1
|
||||
! integer(8),parameter::a0s(1_8:)=[Integer(8)::]
|
||||
! real(4)::a1(1_8:5_8,1_8:5_8,1_8:5_8)
|
||||
|
|
Loading…
Reference in New Issue