OSDN Git Service

* gfortran.dg/char_cast_2.f90: Adjust count in scanning the tree
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / char_cast_2.f90
index 39566da..4c175bd 100644 (file)
@@ -19,8 +19,8 @@ contains
     return
   end function Up
 end
-! The sign that all is well is that [S.5][1] appears five times.
+! The sign that all is well is that [S.5][1] appears twice.
 ! Platform dependent variations are [S$5][1], [__S_5][1], [S___5][1]
 ! so we count the occurrences of 5][1].
-! { dg-final { scan-tree-dump-times "5\\\]\\\[1\\\]" 5 "original" } }
+! { dg-final { scan-tree-dump-times "5\\\]\\\[1\\\]" 2 "original" } }
 ! { dg-final { cleanup-tree-dump "original" } }