[flang-commits] [flang] [flang][test] Fix filecheck annotation	typos (PR #92387)
    Tom Eccles via flang-commits 
    flang-commits at lists.llvm.org
       
    Thu May 16 06:47:57 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
----------------
tblah wrote:
```suggestion
! CHECK-LABEL: rangeglobal
```
https://github.com/llvm/llvm-project/pull/92387
    
    
More information about the flang-commits
mailing list