* g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Sun, 19 Aug 2001 21:00:30 +0000 (21:00 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 19 Aug 2001 21:00:30 +0000 (21:00 +0000)
From-SVN: r45037

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/special/ecos.exp

index babe91e396f2fd3ae2958e0ab529919bd629f914..3a45063afbc616c09e285c672d32bae0a6fb2a95 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
+
 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
 
        * g++.dg/eh/template1.C: New test.
index df94956c19edd0b19607a64e88879aa890c02c2d..224e0868a6ae85ecb0f41c0ac39db07cc73ea5ad 100644 (file)
@@ -96,7 +96,7 @@ if [string match "*init_priority*" $lines] then {
 } elseif ![string match "" $lines] then {
     fail "initp1.C"
 } else {
-    dg-runtest "$srcdir/$subdir/conpr-1.C" "" "" 
+    dg-runtest "$srcdir/$subdir/initp1.C" "" ""
     file delete $objdir/a.out
 }
 dg-finish