[Swift-commit] r2675 - trunk/tests/language-behaviour

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Mar 10 08:21:37 CDT 2009


Author: benc
Date: 2009-03-10 08:21:33 -0500 (Tue, 10 Mar 2009)
New Revision: 2675

Modified:
   trunk/tests/language-behaviour/066-many.swift
Log:
increase the range in many-iteration test to get up where stuff should behave lazily

Modified: trunk/tests/language-behaviour/066-many.swift
===================================================================
--- trunk/tests/language-behaviour/066-many.swift	2009-03-09 20:05:58 UTC (rev 2674)
+++ trunk/tests/language-behaviour/066-many.swift	2009-03-10 13:21:33 UTC (rev 2675)
@@ -5,6 +5,6 @@
     }
 }
 
-foreach i in [1:1000] {
+foreach i in [1:3000] {
     p();
 }




More information about the Swift-commit mailing list