[testsuite] Fix 'dg-compile-aux-modules' diagnostic
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 21 Mar 2019 19:29:57 +0000 (20:29 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 21 Mar 2019 19:29:57 +0000 (20:29 +0100)
gcc/testsuite/
PR fortran/56408
* gcc.target/powerpc/ppc-fortran/ppc-fortran.exp
(dg-compile-aux-modules): Fix diagnostic.
* gfortran.dg/coarray/caf.exp (dg-compile-aux-modules): Likewise.
* gfortran.dg/dg.exp (dg-compile-aux-modules): Likewise.

From-SVN: r269851

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp
gcc/testsuite/gfortran.dg/coarray/caf.exp
gcc/testsuite/gfortran.dg/dg.exp

index 40446965212e839ddf30949d9882e5a08bc907d5..a5211cca6c6aed2cb3e90144afd34e1611b91822 100644 (file)
@@ -1,5 +1,11 @@
 2019-03-21  Thomas Schwinge  <thomas@codesourcery.com>
 
+       PR fortran/56408
+       * gcc.target/powerpc/ppc-fortran/ppc-fortran.exp
+       (dg-compile-aux-modules): Fix diagnostic.
+       * gfortran.dg/coarray/caf.exp (dg-compile-aux-modules): Likewise.
+       * gfortran.dg/dg.exp (dg-compile-aux-modules): Likewise.
+
        PR fortran/56408
        * gfortran.dg/coarray/caf.exp (dg-compile-aux-modules): Workaround
        missing nexted dg-test call support in dejaGNU 1.4.4.
index 53c3c7464423ce8cde59b66c4ac7957b7320c230..586d7dd3019e6d183a06e80cf93b99954a686107 100644 (file)
@@ -36,7 +36,7 @@ proc dg-compile-aux-modules { args } {
     global gfortran_test_path
     global gfortran_aux_module_flags
     if { [llength $args] != 2 } {
-       error "dg-set-target-env-var: needs one argument"
+       error "dg-compile-aux-modules: needs one argument"
        return
     }
 
index e3204c34779b83a75331ccb4a9f31d1f5cf32023..68b60b86a9491076a0770494e60beee7a7d61d30 100644 (file)
@@ -51,7 +51,7 @@ proc dg-compile-aux-modules { args } {
     global gfortran_test_path
     global gfortran_aux_module_flags
     if { [llength $args] != 2 } {
-       error "dg-set-target-env-var: needs one argument"
+       error "dg-compile-aux-modules: needs one argument"
        return
     }
 
index 53c3c7464423ce8cde59b66c4ac7957b7320c230..586d7dd3019e6d183a06e80cf93b99954a686107 100644 (file)
@@ -36,7 +36,7 @@ proc dg-compile-aux-modules { args } {
     global gfortran_test_path
     global gfortran_aux_module_flags
     if { [llength $args] != 2 } {
-       error "dg-set-target-env-var: needs one argument"
+       error "dg-compile-aux-modules: needs one argument"
        return
     }