[Swift-commit] r3511 - trunk/tests

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Aug 10 14:22:36 CDT 2010


Author: wozniak
Date: 2010-08-10 14:22:36 -0500 (Tue, 10 Aug 2010)
New Revision: 3511

Removed:
   trunk/tests/helloworld.swift
Log:
Redundant test


Deleted: trunk/tests/helloworld.swift
===================================================================
--- trunk/tests/helloworld.swift	2010-08-10 19:22:03 UTC (rev 3510)
+++ trunk/tests/helloworld.swift	2010-08-10 19:22:36 UTC (rev 3511)
@@ -1,8 +0,0 @@
-type file {}						//define a type for file
-(file t) echo (string s) { 			//procedure declaration
-    app {
-        echo s stdout=@filename(t);	//redirect stdout to a file
-    }
-}
-
-file hw = echo("hello world");		//procedure call




More information about the Swift-commit mailing list