[Swift-commit] r4724 - trunk/tests/language/working

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Sat Jul 2 12:19:35 CDT 2011


Author: hategan
Date: 2011-07-02 12:19:35 -0500 (Sat, 02 Jul 2011)
New Revision: 4724

Modified:
   trunk/tests/language/working/007-procedure-invocation-with-assign-and-whitespace.swift
Log:
this hangs unless i is assigned to

Modified: trunk/tests/language/working/007-procedure-invocation-with-assign-and-whitespace.swift
===================================================================
--- trunk/tests/language/working/007-procedure-invocation-with-assign-and-whitespace.swift	2011-07-02 05:55:59 UTC (rev 4723)
+++ trunk/tests/language/working/007-procedure-invocation-with-assign-and-whitespace.swift	2011-07-02 17:19:35 UTC (rev 4724)
@@ -15,6 +15,6 @@
 
 }}
 
-int greetings;
+int greetings = 1;
 file hw = echo(greetings);
 




More information about the Swift-commit mailing list