[Polly] Fix test after D104732.

The SCEV analysis has been improved to identify a write access as a MustWrite.

GitOrigin-RevId: 84046ebd9543d60832d9a580bcbe2e3e5acc3217
diff --git a/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll b/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll
index 04af422..6e86bce 100644
--- a/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll
+++ b/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll
@@ -65,4 +65,4 @@
   ret void
 }
 
-; CHECK: MayWriteAccess := [Reduction Type: NONE] [Fortran array descriptor: xs] [Scalar: 0]
+; CHECK: MustWriteAccess := [Reduction Type: NONE] [Fortran array descriptor: xs] [Scalar: 0]