[flang-commits] [flang] [flang][test] Fix filecheck annotation typos (PR #92387)

via flang-commits flang-commits at lists.llvm.org
Sun May 19 02:33:46 PDT 2024


================
@@ -132,14 +132,14 @@ end subroutine range
 ! c0 array constructor
 ! CHECK: fir.global internal @_QQro.2x3xz4.{{.*}}(dense<{{\[}}[(1.000000e+00,1.500000e+00), (2.000000e+00,2.500000e+00)], [(3.000000e+00,3.500000e+00), (4.000000e+00,4.500000e+00)], [(5.000000e+00,5.500000e+00), (6.000000e+00,6.500000e+00)]]> : tensor<3x2xcomplex<f32>>) constant : !fir.array<2x3x!fir.complex<4>>
 
-! CHECK-LABEL rangeGlobal
+! CHECK-LABEL: rangeGlobal
----------------
klensy wrote:

Still failing CI at:
```
flang/test/Lower/array.f90:118:10: error: CHECK: expected string not found in input
flang/test/Lower/array.f90:137:10: error: CHECK: expected string not found in input 
```

https://github.com/llvm/llvm-project/pull/92387


More information about the flang-commits mailing list