libgomp.fortran/pr66199-5.f90: Make stop codes unique
libgomp/ChangeLog: PR fortran/95654 * testsuite/libgomp.fortran/pr66199-5.f90: Make stop codes unique.
This commit is contained in:
parent
15139af6fb
commit
f74c87f85f
@ -67,5 +67,5 @@ program main
|
|||||||
if (f1 (0, 1024) /= 1024) stop 1
|
if (f1 (0, 1024) /= 1024) stop 1
|
||||||
if (f2 (0, 1024, 17) /= 1024 + (17 + 5 * 1023)) stop 2
|
if (f2 (0, 1024, 17) /= 1024 + (17 + 5 * 1023)) stop 2
|
||||||
if (f3 (0, 32, 0, 32) /= 64) stop 3
|
if (f3 (0, 32, 0, 32) /= 64) stop 3
|
||||||
if (f4 (0, 32, 0, 32) /= 64) stop 3
|
if (f4 (0, 32, 0, 32) /= 64) stop 4
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user