Skip to content

Commit 4ec4158

Browse files
committed
fix failing test
1 parent 8fa7d56 commit 4ec4158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Lower/OpenMP/Todo/omp-declarative-allocate.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
! This test checks lowering of OpenMP allocate Directive.
22

3-
// RUN: not flang -fc1 -emit-fir -fopenmp %s 2>&1 | FileCheck %s
3+
! RUN: not flang -fc1 -emit-fir -fopenmp %s 2>&1 | FileCheck %s
44

55
program main
66
integer :: x, y

0 commit comments

Comments
 (0)