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

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Tue May 17 16:54:15 CDT 2011


Author: wozniak
Date: 2011-05-17 16:54:15 -0500 (Tue, 17 May 2011)
New Revision: 4484

Modified:
   trunk/tests/language/working/006-procedure-invocation-with-assign.swift
Log:
Fix this test script


Modified: trunk/tests/language/working/006-procedure-invocation-with-assign.swift
===================================================================
--- trunk/tests/language/working/006-procedure-invocation-with-assign.swift	2011-05-17 15:30:41 UTC (rev 4483)
+++ trunk/tests/language/working/006-procedure-invocation-with-assign.swift	2011-05-17 21:54:15 UTC (rev 4484)
@@ -4,6 +4,5 @@
 app { echo i stdout=@f; }
 }
 
-int greetings;
-file hw=echo(greetings);
-
+int greetings = 2;
+file hw = echo(greetings);




More information about the Swift-commit mailing list