remove leaveit from toke.c:scan_const
[p5sagit/p5-mst-13.2.git] / t / lib / warnings / pp_hot
index 070aaf0..a0b9b10 100644 (file)
@@ -267,8 +267,8 @@ $x .= $y;   # should warn once
 $y .= $y;      # should warn once
 EXPECT
 Use of uninitialized value $x in concatenation (.) or string at - line 5.
-Use of uninitialized value $y in concatenation (.) or string at - line 6.
 Use of uninitialized value $x in concatenation (.) or string at - line 6.
+Use of uninitialized value $y in concatenation (.) or string at - line 6.
 Use of uninitialized value $y in concatenation (.) or string at - line 7.
 Use of uninitialized value $y in concatenation (.) or string at - line 8.
 ########