[Swift-commit] r3514 - trunk/tests

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Aug 10 16:01:14 CDT 2010


Author: wozniak
Date: 2010-08-10 16:01:14 -0500 (Tue, 10 Aug 2010)
New Revision: 3514

Modified:
   trunk/tests/diamond.swift
Log:
Quick fix


Modified: trunk/tests/diamond.swift
===================================================================
--- trunk/tests/diamond.swift	2010-08-10 20:47:10 UTC (rev 3513)
+++ trunk/tests/diamond.swift	2010-08-10 21:01:14 UTC (rev 3514)
@@ -8,7 +8,7 @@
   append @f1 text @f2;
 }
 
-(file f3) combine (file f1, file f2) {
+app (file f3) combine (file f1, file f2) {
   cat @f1 @f2 stdout=@f3;
 }
 




More information about the Swift-commit mailing list