import3.f90: Fix error message.

2006-11-15  Steven G. Kargl  <kargl@gcc.gnu.org>

        * gfortran.dg/import3.f90: Fix error message.

From-SVN: r118868
This commit is contained in:
Steven G. Kargl 2006-11-15 21:32:31 +00:00
parent 66403286e3
commit 813fb18bac
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-11-15 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.dg/import3.f90: Fix error message.
2006-11-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR tree-opt/29788

View File

@ -24,7 +24,7 @@ program foo
interface
import ! { dg-error "only permitted in an INTERFACE body" }
subroutine bar()
import foob ! { dg-error "Can not IMPORT 'foob' from host scoping unit" }
import foob ! { dg-error "Cannot IMPORT 'foob' from host scoping unit" }
end subroutine bar
subroutine test()
import :: ! { dg-error "Expecting list of named entities" }