libgomp.fortran/pr66199-5.f90: Make stop codes unique
authorTobias Burnus <tobias@codesourcery.com>
Tue, 22 Sep 2020 17:15:44 +0000 (19:15 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 22 Sep 2020 17:16:34 +0000 (19:16 +0200)
libgomp/ChangeLog:

PR fortran/95654
* testsuite/libgomp.fortran/pr66199-5.f90: Make stop codes unique.

libgomp/testsuite/libgomp.fortran/pr66199-5.f90

index 9482f08fc029184d80584e64b41ff6b0eb753e84..2627a813203ad48f0dfbb4745653e02dcdf07174 100644 (file)
@@ -67,5 +67,5 @@ program main
   if (f1 (0, 1024) /= 1024) stop 1
   if (f2 (0, 1024, 17) /= 1024 + (17 + 5 * 1023)) stop 2
   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