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:
David Edelsohn 2020-06-30 13:42:53 -04:00
parent 01dd58659f
commit fe03543bfb

View File

@ -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