diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-07-04 07:28:17 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2014-07-04 07:28:17 +0200 |
commit | a03bd0056c58764adeda4797f5829ff031859646 (patch) | |
tree | 39c813a0fa81c53c2c36b4c3d95b31587178ac19 /libgomp | |
parent | 01ffe74dcc370a877746aac2deb25e688f72dcba (diff) | |
download | gcc-a03bd0056c58764adeda4797f5829ff031859646.zip gcc-a03bd0056c58764adeda4797f5829ff031859646.tar.gz gcc-a03bd0056c58764adeda4797f5829ff031859646.tar.bz2 |
Normalize interface for all *-dg-runtest.
gcc/testsuite/
* lib/g++-dg.exp (g++-dg-runtest): Change interface to match
dg-runtest's. Adapt all callers.
* lib/gcc-dg.exp (gcc-dg-runtest): Likewise.
* lib/gfortran-dg.exp (gfortran-dg-runtest): Likewise.
* lib/go-dg.exp (go-dg-runtest): Likewise.
* lib/obj-c++-dg.exp (obj-c++-dg-runtest): Likewise.
* lib/objc-dg.exp (objc-dg-runtest): Likewise.
libffi/
* testsuite/lib/libffi.exp (libffi-dg-runtest): Change interface
match to dg-runtest's.
From-SVN: r212278
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/fortran.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.fortran/fortran.exp b/libgomp/testsuite/libgomp.fortran/fortran.exp index c77a119..9e6b643 100644 --- a/libgomp/testsuite/libgomp.fortran/fortran.exp +++ b/libgomp/testsuite/libgomp.fortran/fortran.exp @@ -66,7 +66,7 @@ if { $lang_test_file_found } { # For Fortran we're doing torture testing, as Fortran has far more tests # with arrays etc. that testing just -O0 or -O2 is insufficient, that is # typically not the case for C/C++. - gfortran-dg-runtest $tests "" + gfortran-dg-runtest $tests "" "" } # All done. |