testsuite: expect additional warning in analyzer/pr93993.f90
The recent changes to warnings elicit an additional warning in analyzer/pr93993.f90. This patch updates the testcase to expect the warning. gcc/testsuite/ChangeLog 2020-06-30 David Edelsohn <dje.gcc@gmail.com> * gfortran.dg/analyzer/pr93993.f90: Expect leak tm warning.
This commit is contained in:
parent
01dd58659f
commit
fe03543bfb
@ -18,7 +18,7 @@ contains
|
||||
|
||||
allocate (tm) ! { dg-bogus "dereference of possibly-NULL" }
|
||||
ce => tm
|
||||
end function hv
|
||||
end function hv ! { dg-warning "leak of 'tm'" }
|
||||
|
||||
end module gg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user