Skip to content

Commit cd49f78

Browse files
committed
fix test
1 parent 2988039 commit cd49f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Intrinsics/sizeof.f90 renamed to flang/test/Semantics/sizeof.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
else
66
print *, "fail"
77
end if
8-
ERROR! unknown keyword argument to intrinsic 'sizeof'
8+
!ERROR: unknown keyword argument to intrinsic 'sizeof'
99
print *, sizeof(a=a)
1010
end

0 commit comments

Comments
 (0)