[Swift-commit] r3510 - trunk/tests

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


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

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


Deleted: trunk/tests/helloworld_named.swift
===================================================================
--- trunk/tests/helloworld_named.swift	2010-08-10 19:19:16 UTC (rev 3509)
+++ trunk/tests/helloworld_named.swift	2010-08-10 19:22:03 UTC (rev 3510)
@@ -1,9 +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<"helloworld.txt">;		//name the output file
-hw = echo("hello world");		//procedure call




More information about the Swift-commit mailing list