mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-18 10:24:30 +08:00
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:
parent
007db66070
commit
1d84354610
@ -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.
|
||||
|
@ -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" } }
|
||||
|
Loading…
Reference in New Issue
Block a user