Skip to content

Commit a8b1627

Browse files
author
Razvan Lupusoru
committed
Move runtest line to top of file
1 parent fccfee4 commit a8b1627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/test/Fir/OpenACC/openacc-type-categories-class.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! RUN: bbc -fopenacc -emit-hlfir %s -o - | fir-opt -pass-pipeline='builtin.module(test-fir-openacc-interfaces)' --mlir-disable-threading 2>&1 | FileCheck %s
2+
13
module mm
24
type, public :: polyty
35
real :: field
@@ -9,7 +11,6 @@ subroutine init(this)
911
end subroutine
1012
end module
1113

12-
! RUN: bbc -fopenacc -emit-hlfir %s -o - | fir-opt -pass-pipeline='builtin.module(test-fir-openacc-interfaces)' --mlir-disable-threading 2>&1 | FileCheck %s
1314
! CHECK: Visiting: {{.*}} acc.copyin {{.*}} {name = "this", structured = false}
1415
! CHECK: Mappable: !fir.class<!fir.type<_QMmmTpolyty{field:f32}>>
1516
! CHECK: Type category: composite

0 commit comments

Comments
 (0)