From a03bd0056c58764adeda4797f5829ff031859646 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 4 Jul 2014 07:28:17 +0200 Subject: 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 --- libgomp/testsuite/libgomp.fortran/fortran.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgomp') 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. -- cgit v1.1