gfortran.dg/nested_modules_2.f90: Tighten test.

2011-12-12  Janne Blomqvist  <jb@gcc.gnu.org>

	* gfortran.dg/nested_modules_2.f90: Tighten test.

From-SVN: r182258
This commit is contained in:
Janne Blomqvist 2011-12-12 21:36:39 +02:00
parent 007db66070
commit 1d84354610
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-12-12 Janne Blomqvist <jb@gcc.gnu.org>
* gfortran.dg/nested_modules_2.f90: Tighten test.
2011-12-12 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c-torture/execute/20111212-1.c: New test.

View File

@ -33,7 +33,7 @@ program testfoobar
call sub1 (l)
i = 1
call sub2 (l)
if (all (l.ne.(/84,42,0/))) call abort ()
if (any (l.ne.(/84,42,0/))) call abort ()
end program testfoobar
! { dg-final { cleanup-modules "foo bar foobar" } }