* g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Aug 2001 21:00:30 +0000 (21:00 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Aug 2001 21:00:30 +0000 (21:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45037 138bc75d-0d04-0410-961f-82ee72b054a4

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

index babe91e..3a45063 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 df94956..224e086 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